#81AAE1

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

Shades of Jordy Blue #81AAE1

Tints of Jordy Blue #81AAE1

Color information

#81AAE1 (or 0x81AAE1) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and E1. RGB value is (129,170,225). Sum of RGB (Red+Green+Blue) = 129+170+225=524 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.62% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 225 (88.28% from 255 or 42.94% from 524); Max value from RGB is 225 - color contains mainly: blue. Hex color #81AAE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAE1 is #7E551E. Grayscale: #A3A3A3. Windows color (decimal): -8279327 or 14789249. OLE color: 14789249.

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

Color convert

RGB129170225-
CMYK0.430.2400.12
HSL214.38º61.54%69.41%-
HSV(B)214.38º42.67%88.24%-
XYZ37.0238.8576.78-
YUV164.01162.42103.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.62%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 225 (88.28% from 255) = 42.94%
R=24.62%
G=32.44%
B=42.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1291702250.430.2400.12214.3861.5469.41
Hex81AAE12B180Cd63e45
Octal201252341533001432676105
Binary1000000110101010111000011010111100001100110101101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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