#81ADDC

Color #81ADDC Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #81ADDC

Tints of Jordy Blue #81ADDC

Color information

#81ADDC (or 0x81ADDC) is unknown color: approx Jordy Blue. HEX triplet: 81, AD and DC. RGB value is (129,173,220). Sum of RGB (Red+Green+Blue) = 129+173+220=522 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.71% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #81ADDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADDC is #7E5223. Grayscale: #A4A4A4. Windows color (decimal): -8278564 or 14462337. OLE color: 14462337.

HSL color Cylindrical-coordinate representation of color #81ADDC: hue angle of 210.99º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81ADDC is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB129173220-
CMYK0.410.2100.14
HSL210.99º56.52%68.43%-
HSV(B)210.99º41.36%86.27%-
XYZ36.9239.7273.43-
YUV165.2158.92102.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.71%
GREEN value IS 173 (67.97% from 255) = 33.14%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=24.71%
G=33.14%
B=42.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1291732200.410.2100.14210.9956.5268.43
Hex81ADDC29150Ed33944
Octal201255334512501632371104
Binary1000000110101101110111001010011010101110110100111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81ADDC;
 }
 .AnyTagClassName
 {
   color: #81ADDC;
 }
</style>
background-color css

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

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

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

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

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

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