#81AFDE

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

Shades of Jordy Blue #81AFDE

Tints of Jordy Blue #81AFDE

Color information

#81AFDE (or 0x81AFDE) is unknown color: approx Jordy Blue. HEX triplet: 81, AF and DE. RGB value is (129,175,222). Sum of RGB (Red+Green+Blue) = 129+175+222=526 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.52% from 526); Green value is 175 (68.75% from 255 or 33.27% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #81AFDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AFDE is #7E5021. Grayscale: #A6A6A6. Windows color (decimal): -8278050 or 14593921. OLE color: 14593921.

HSL color Cylindrical-coordinate representation of color #81AFDE: hue angle of 210.32º 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 #81AFDE is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB129175222-
CMYK0.420.2100.13
HSL210.32º58.49%68.82%-
HSV(B)210.32º41.89%87.06%-
XYZ37.5740.674.96-
YUV166.6159.26101.18-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.52%
GREEN value IS 175 (68.75% from 255) = 33.27%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=24.52%
G=33.27%
B=42.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1291752220.420.2100.13210.3258.4968.82
Hex81AFDE2A150Dd23a45
Octal201257336522501532272105
Binary1000000110101111110111101010101010101101110100101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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