#81BCE9

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

Shades of Sky Blue #81BCE9

Tints of Sky Blue #81BCE9

Color information

#81BCE9 (or 0x81BCE9) is unknown color: approx Sky Blue. HEX triplet: 81, BC and E9. RGB value is (129,188,233). Sum of RGB (Red+Green+Blue) = 129+188+233=550 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.45% from 550); Green value is 188 (73.83% from 255 or 34.18% from 550); Blue value is 233 (91.41% from 255 or 42.36% from 550); Max value from RGB is 233 - color contains mainly: blue. Hex color #81BCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81BCE9 is #7E4316. Grayscale: #AFAFAF. Windows color (decimal): -8274711 or 15318145. OLE color: 15318145.

HSL color Cylindrical-coordinate representation of color #81BCE9: hue angle of 205.96º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #81BCE9 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB129188233-
CMYK0.450.1900.09
HSL205.96º70.27%70.98%-
HSV(B)205.96º44.64%91.37%-
XYZ41.7446.5283.87-
YUV175.49160.4594.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 23.45%
GREEN value IS 188 (73.83% from 255) = 34.18%
BLUE value IS 233 (91.41% from 255) = 42.36%
R=23.45%
G=34.18%
B=42.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1291882330.450.1900.09205.9670.2770.98
Hex81BCE92D1309ce4647
Octal2012743515523011316106107
Binary10000001101111001110100110110110011010011100111010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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