#81AAE2

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

Shades of Jordy Blue #81AAE2

Tints of Jordy Blue #81AAE2

Color information

#81AAE2 (or 0x81AAE2) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and E2. RGB value is (129,170,226). Sum of RGB (Red+Green+Blue) = 129+170+226=525 (69% of max value = 765). Red value is 129 (50.78% from 255 or 24.57% from 525); Green value is 170 (66.80% from 255 or 32.38% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #81AAE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AAE2 is #7E551D. Grayscale: #A3A3A3. Windows color (decimal): -8279326 or 14854785. OLE color: 14854785.

HSL color Cylindrical-coordinate representation of color #81AAE2: hue angle of 214.64º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81AAE2 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB129170226-
CMYK0.430.2500.11
HSL214.64º62.58%69.61%-
HSV(B)214.64º42.92%88.63%-
XYZ37.1638.9177.5-
YUV164.12162.92102.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.57%
GREEN value IS 170 (66.80% from 255) = 32.38%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=24.57%
G=32.38%
B=43.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1291702260.430.2500.11214.6462.5869.61
Hex81AAE22B190Bd73f46
Octal201252342533101332777106
Binary1000000110101010111000101010111100101011110101111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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