#81BCEA

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

Shades of Sky Blue #81BCEA

Tints of Sky Blue #81BCEA

Color information

#81BCEA (or 0x81BCEA) is unknown color: approx Sky Blue. HEX triplet: 81, BC and EA. RGB value is (129,188,234). Sum of RGB (Red+Green+Blue) = 129+188+234=551 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.41% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 234 (91.80% from 255 or 42.47% from 551); Max value from RGB is 234 - color contains mainly: blue. Hex color #81BCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCEA is #7E4315. Grayscale: #AFAFAF. Windows color (decimal): -8274710 or 15383681. OLE color: 15383681.

HSL color Cylindrical-coordinate representation of color #81BCEA: hue angle of 206.29º 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 #81BCEA is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB129188234-
CMYK0.450.2000.08
HSL206.29º71.43%71.18%-
HSV(B)206.29º44.87%91.76%-
XYZ41.8946.5784.62-
YUV175.6160.9594.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.41%
GREEN value IS 188 (73.83% from 255) = 34.12%
BLUE value IS 234 (91.80% from 255) = 42.47%
R=23.41%
G=34.12%
B=42.47%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1291882340.450.2000.08206.2971.4371.18
Hex81BCEA2D1408ce4747
Octal2012743525524010316107107
Binary10000001101111001110101010110110100010001100111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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