Html Css Color HEX #81AAD6 Jordy Blue

📋 copy color: '#81AAD6'

red 129 ◦ green 170 ◦ blue 214

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

Shades of Jordy Blue #81AAD6

Tints of Jordy Blue #81AAD6

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.14%

 BLUE value IS 214 (83.98% from 255) = 41.72%

R = 25.15%
G = 33.14%
B = 41.72%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#81AAD6 (or 0x81AAD6) is known color: Jordy Blue. HEX triplet: 81, AA and D6. RGB value is (129,170,214). Sum of RGB (Red+Green+Blue) = 129+170+214=513 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.15% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 214 (83.98% from 255 or 41.72% from 513); Max value from RGB is 214 - color contains mainly: blue. Hex color #81AAD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAD6 is #7E5529. Grayscale: #A2A2A2. Windows color (decimal): -8279338 or 14068353. OLE color: 14068353.

HSL color Cylindrical-coordinate representation of color #81AAD6: hue angle of 211.06º degrees, saturation: 0.51, 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 #81AAD6 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 129 170 214 -
CMYK 0.40 0.21 0 0.16
HSL 211.06º 0.51% 0.67% -
HSV(B) 211.06º 0.4% 0.84% -
XYZ 35.57 38.27 69.13 -
YUV 162.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 129 170 214 0.40 0.21 0 0.16 211.06 0.51 0.67
Hex 81 AA D6 28 15 0 10 D3 33 43
Octal 201 252 326 50 25 0 20 323 63 103
Binary 10000001 10101010 11010110 101000 10101 0 10000 11010011 110011 1000011

Color Harmonies of #81AAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81AAD6

Black with #81AAD6

Text Example


Text Example

White with #81AAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,170,214); }

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

background-color css

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

 a { background-color: rgb(129,170,214); }

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

border-color css

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

 span { border-color: rgb(129,170,214); }

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