#81CFEA

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

Shades of Sky Blue #81CFEA

Tints of Sky Blue #81CFEA

Color information

#81CFEA (or 0x81CFEA) is unknown color: approx Sky Blue. HEX triplet: 81, CF and EA. RGB value is (129,207,234). Sum of RGB (Red+Green+Blue) = 129+207+234=570 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.63% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #81CFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CFEA is #7E3015. Grayscale: #BABABA. Windows color (decimal): -8269846 or 15388545. OLE color: 15388545.

HSL color Cylindrical-coordinate representation of color #81CFEA: hue angle of 195.43º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81CFEA is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129207234-
CMYK0.450.1200.08
HSL195.43º71.43%71.18%-
HSV(B)195.43º44.87%91.76%-
XYZ46.2255.2386.07-
YUV186.76154.6686.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.63%
GREEN value IS 207 (81.25% from 255) = 36.32%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=22.63%
G=36.32%
B=41.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1292072340.450.1200.08195.4371.4371.18
Hex81CFEA2DC08c34747
Octal2013173525514010303107107
Binary1000000111001111111010101011011100010001100001110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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