#81CAF1

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

Shades of Sky Blue #81CAF1

Tints of Sky Blue #81CAF1

Color information

#81CAF1 (or 0x81CAF1) is unknown color: approx Sky Blue. HEX triplet: 81, CA and F1. RGB value is (129,202,241). Sum of RGB (Red+Green+Blue) = 129+202+241=572 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.55% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 241 (94.53% from 255 or 42.13% from 572); Max value from RGB is 241 - color contains mainly: blue. Hex color #81CAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAF1 is #7E350E. Grayscale: #B8B8B8. Windows color (decimal): -8271119 or 15846017. OLE color: 15846017.

HSL color Cylindrical-coordinate representation of color #81CAF1: hue angle of 200.89º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CAF1 is Cyan = 0.46, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB129202241-
CMYK0.460.1600.05
HSL200.89º80%72.55%-
HSV(B)200.89º46.47%94.51%-
XYZ46.0553.2691.07-
YUV184.62159.8288.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.55%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 241 (94.53% from 255) = 42.13%
R=22.55%
G=35.31%
B=42.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1292022410.460.1600.05200.898072.55
Hex81CAF12E1005c95049
Octal201312361562005311120111
Binary1000000111001010111100011011101000001011100100110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,202,241); }

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

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

 a { background-color: rgb(129,202,241); }

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

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

 span { border-color: rgb(129,202,241); }

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