Html Css Color HEX #81ADD8 Jordy Blue

📋 copy color: '#81ADD8'

red 129 ◦ green 173 ◦ blue 216

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

Shades of Jordy Blue #81ADD8

Tints of Jordy Blue #81ADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.4%

 BLUE value IS 216 (84.77% from 255) = 41.7%

R = 24.9%
G = 33.4%
B = 41.7%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#81ADD8 (or 0x81ADD8) is known color: Jordy Blue. HEX triplet: 81, AD and D8. RGB value is (129,173,216). Sum of RGB (Red+Green+Blue) = 129+173+216=518 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.90% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #81ADD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADD8 is #7E5227. Grayscale: #A4A4A4. Windows color (decimal): -8278568 or 14200193. OLE color: 14200193.

HSL color Cylindrical-coordinate representation of color #81ADD8: hue angle of 209.66º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81ADD8 is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 173 216 -
CMYK 0.40 0.20 0 0.15
HSL 209.66º 0.53% 0.68% -
HSV(B) 209.66º 0.4% 0.85% -
XYZ 36.39 39.51 70.67 -
YUV 164.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 129 173 216 0.40 0.20 0 0.15 209.66 0.53 0.68
Hex 81 AD D8 28 14 0 F D2 35 44
Octal 201 255 330 50 24 0 17 322 65 104
Binary 10000001 10101101 11011000 101000 10100 0 1111 11010010 110101 1000100

Color Harmonies of #81ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81ADD8

Black with #81ADD8

Text Example


Text Example

White with #81ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,173,216); }

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

background-color css

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

 a { background-color: rgb(129,173,216); }

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

border-color css

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

 span { border-color: rgb(129,173,216); }

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