#81AAD9

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

Shades of Jordy Blue #81AAD9

Tints of Jordy Blue #81AAD9

Color information

#81AAD9 (or 0x81AAD9) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and D9. RGB value is (129,170,217). Sum of RGB (Red+Green+Blue) = 129+170+217=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #81AAD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAD9 is #7E5526. Grayscale: #A2A2A2. Windows color (decimal): -8279335 or 14264961. OLE color: 14264961.

HSL color Cylindrical-coordinate representation of color #81AAD9: hue angle of 212.05º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81AAD9 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB129170217-
CMYK0.410.2200.15
HSL212.05º53.66%67.84%-
HSV(B)212.05º40.55%85.1%-
XYZ35.9538.4371.17-
YUV163.1158.42103.68-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 217 (85.16% from 255) = 42.05%
R=25%
G=32.95%
B=42.05%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1291702170.410.2200.15212.0553.6667.84
Hex81AAD929160Fd43644
Octal201252331512601732466104
Binary1000000110101010110110011010011011001111110101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,170,217); }

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

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

 a { background-color: rgb(129,170,217); }

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

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

 span { border-color: rgb(129,170,217); }

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