Html Css Color HEX #81A3D7 Jordy Blue

📋 copy color: '#81A3D7'

red 129 ◦ green 163 ◦ blue 215

#81A3D7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #81A3D7

Tints of Jordy Blue #81A3D7

RGB

 RED value IS 129 (50.78% from 255) = 25.44%

 GREEN value IS 163 (64.06% from 255) = 32.15%

 BLUE value IS 215 (84.38% from 255) = 42.41%

R = 25.44%
G = 32.15%
B = 42.41%

CMYK

 C value IS 0.4

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#81A3D7 (or 0x81A3D7) is known color: Jordy Blue. HEX triplet: 81, A3 and D7. RGB value is (129,163,215). Sum of RGB (Red+Green+Blue) = 129+163+215=507 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.44% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 215 (84.38% from 255 or 42.41% from 507); Max value from RGB is 215 - color contains mainly: blue. Hex color #81A3D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3D7 is #7E5C28. Grayscale: #9E9E9E. Windows color (decimal): -8281129 or 14132097. OLE color: 14132097.

HSL color Cylindrical-coordinate representation of color #81A3D7: hue angle of 216.28º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81A3D7 is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 163 215 -
CMYK 0.4 0.24 0 0.16
HSL 216.28º 0.52% 0.67% -
HSV(B) 216.28º 0.4% 0.84% -
XYZ 34.42 35.77 69.38 -
YUV 158.76 159.74 106.77 -
System Red Green Blue C M Y K H S L
Decimal 129 163 215 0.4 0.24 0 0.16 216.28 0.52 0.67
Hex 81 A3 D7 28 18 0 10 D8 34 43
Octal 201 243 327 50 30 0 20 330 64 103
Binary 10000001 10100011 11010111 101000 11000 0 10000 11011000 110100 1000011

Color Harmonies of #81A3D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A3D7

Black with #81A3D7

Text Example


Text Example

White with #81A3D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A3D7; }

 p { color: rgb(129,163,215); }

 H1.HeaderClassName
 {
   color: #81A3D7;
 }
 .AnyTagClassName
 {
   color: #81A3D7;
 }
</style>

background-color css

<style>
 a { background-color: #81A3D7; }

 a { background-color: rgb(129,163,215); }

 div.DivClassName
 {
   background-color: #81A3D7;
 }
 .BgClassName
 {
   background-color: #81A3D7;
 }
</style>

border-color css

<style>
 span { border-color: #81A3D7; }

 span { border-color: rgb(129,163,215); }

 td.TdClassName
 {
   border-color: #81A3D7;
 }
 .TagClassName
 {
   border-color: #81A3D7;
 }
</style>