#81ADE0

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

Shades of Jordy Blue #81ADE0

Tints of Jordy Blue #81ADE0

Color information

#81ADE0 (or 0x81ADE0) is unknown color: approx Jordy Blue. HEX triplet: 81, AD and E0. RGB value is (129,173,224). Sum of RGB (Red+Green+Blue) = 129+173+224=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 173 (67.97% from 255 or 32.89% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #81ADE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ADE0 is #7E521F. Grayscale: #A5A5A5. Windows color (decimal): -8278560 or 14724481. OLE color: 14724481.

HSL color Cylindrical-coordinate representation of color #81ADE0: hue angle of 212.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81ADE0 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB129173224-
CMYK0.420.2300.12
HSL212.21º60.51%69.22%-
HSV(B)212.21º42.41%87.84%-
XYZ37.4539.9476.26-
YUV165.66160.92101.85-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.52%
GREEN value IS 173 (67.97% from 255) = 32.89%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=24.52%
G=32.89%
B=42.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291732240.420.2300.12212.2160.5169.22
Hex81ADE02A170Cd43d45
Octal201255340522701432475105
Binary1000000110101101111000001010101011101100110101001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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