#81AAF4

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

Shades of Jordy Blue #81AAF4

Tints of Jordy Blue #81AAF4

Color information

#81AAF4 (or 0x81AAF4) is unknown color: approx Jordy Blue. HEX triplet: 81, AA and F4. RGB value is (129,170,244). Sum of RGB (Red+Green+Blue) = 129+170+244=543 (71% of max value = 765). Red value is 129 (50.78% from 255 or 23.76% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 244 (95.70% from 255 or 44.94% from 543); Max value from RGB is 244 - color contains mainly: blue. Hex color #81AAF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #81AAF4 is #7E550B. Grayscale: #A5A5A5. Windows color (decimal): -8279308 or 16034433. OLE color: 16034433.

HSL color Cylindrical-coordinate representation of color #81AAF4: hue angle of 218.61º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81AAF4 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129170244-
CMYK0.470.3000.04
HSL218.61º83.94%73.14%-
HSV(B)218.61º47.13%95.69%-
XYZ39.7639.9591.2-
YUV166.18171.92101.48-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.76%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 244 (95.70% from 255) = 44.94%
R=23.76%
G=31.31%
B=44.94%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291702440.470.3000.04218.6183.9473.14
Hex81AAF42F1E04db5449
Octal201252364573604333124111
Binary1000000110101010111101001011111111001001101101110101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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