#81CAEE

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

Shades of Sky Blue #81CAEE

Tints of Sky Blue #81CAEE

Color information

#81CAEE (or 0x81CAEE) is unknown color: approx Sky Blue. HEX triplet: 81, CA and EE. RGB value is (129,202,238). Sum of RGB (Red+Green+Blue) = 129+202+238=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #81CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CAEE is #7E3511. Grayscale: #B8B8B8. Windows color (decimal): -8271122 or 15649409. OLE color: 15649409.

HSL color Cylindrical-coordinate representation of color #81CAEE: hue angle of 199.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CAEE is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129202238-
CMYK0.460.1500.07
HSL199.82º76.22%71.96%-
HSV(B)199.82º45.8%93.33%-
XYZ45.6153.0888.73-
YUV184.28158.3288.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.67%
GREEN value IS 202 (79.30% from 255) = 35.50%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=22.67%
G=35.50%
B=41.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292022380.460.1500.07199.8276.2271.96
Hex81CAEE2EF07c84c48
Octal201312356561707310114110
Binary100000011100101011101110101110111101111100100010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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