#81CFEF

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

Shades of Sky Blue #81CFEF

Tints of Sky Blue #81CFEF

Color information

#81CFEF (or 0x81CFEF) is unknown color: approx Sky Blue. HEX triplet: 81, CF and EF. RGB value is (129,207,239). Sum of RGB (Red+Green+Blue) = 129+207+239=575 (76% of max value = 765). Red value is 129 (50.78% from 255 or 22.43% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 239 - color contains mainly: blue. Hex color #81CFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFEF is #7E3010. Grayscale: #BBBBBB. Windows color (decimal): -8269841 or 15716225. OLE color: 15716225.

HSL color Cylindrical-coordinate representation of color #81CFEF: hue angle of 197.45º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81CFEF is Cyan = 0.46, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB129207239-
CMYK0.460.1300.06
HSL197.45º77.46%72.16%-
HSV(B)197.45º46.03%93.73%-
XYZ46.9555.5289.9-
YUV187.33157.1686.4-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.43%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 239 (93.75% from 255) = 41.57%
R=22.43%
G=36%
B=41.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1292072390.460.1300.06197.4577.4672.16
Hex81CFEF2ED06c54d48
Octal201317357561506305115110
Binary100000011100111111101111101110110101101100010110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,207,239); }

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

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

 a { background-color: rgb(129,207,239); }

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

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

 span { border-color: rgb(129,207,239); }

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