#81CBED

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

Shades of Sky Blue #81CBED

Tints of Sky Blue #81CBED

Color information

#81CBED (or 0x81CBED) is unknown color: approx Sky Blue. HEX triplet: 81, CB and ED. RGB value is (129,203,237). Sum of RGB (Red+Green+Blue) = 129+203+237=569 (75% of max value = 765). Red value is 129 (50.78% from 255 or 22.67% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #81CBED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #81CBED is #7E3412. Grayscale: #B8B8B8. Windows color (decimal): -8270867 or 15584129. OLE color: 15584129.

HSL color Cylindrical-coordinate representation of color #81CBED: hue angle of 198.89º degrees, saturation: 0.75, 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 #81CBED is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129203237-
CMYK0.460.1400.07
HSL198.89º75%71.76%-
HSV(B)198.89º45.57%92.94%-
XYZ45.753.4988.04-
YUV184.75157.4888.24-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 22.67%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 237 (92.97% from 255) = 41.65%
R=22.67%
G=35.68%
B=41.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292032370.460.1400.07198.897571.76
Hex81CBED2EE07c74b48
Octal201313355561607307113110
Binary100000011100101111101101101110111001111100011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,203,237); }

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

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

 a { background-color: rgb(129,203,237); }

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

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

 span { border-color: rgb(129,203,237); }

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