#81A8DE

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

Shades of Jordy Blue #81A8DE

Tints of Jordy Blue #81A8DE

Color information

#81A8DE (or 0x81A8DE) is unknown color: approx Jordy Blue. HEX triplet: 81, A8 and DE. RGB value is (129,168,222). Sum of RGB (Red+Green+Blue) = 129+168+222=519 (68% of max value = 765). Red value is 129 (50.78% from 255 or 24.86% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #81A8DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A8DE is #7E5721. Grayscale: #A2A2A2. Windows color (decimal): -8279842 or 14592129. OLE color: 14592129.

HSL color Cylindrical-coordinate representation of color #81A8DE: hue angle of 214.84º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81A8DE is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129168222-
CMYK0.420.2400.13
HSL214.84º58.49%68.82%-
HSV(B)214.84º41.89%87.06%-
XYZ36.2437.9574.52-
YUV162.5161.58104.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.86%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=24.86%
G=32.37%
B=42.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291682220.420.2400.13214.8458.4968.82
Hex81A8DE2A180Dd73a45
Octal201250336523001532772105
Binary1000000110101000110111101010101100001101110101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,168,222); }

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

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

 a { background-color: rgb(129,168,222); }

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

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

 span { border-color: rgb(129,168,222); }

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