#8BDEED

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

Shades of Sky Blue #8BDEED

Tints of Sky Blue #8BDEED

Color information

#8BDEED (or 0x8BDEED) is unknown color: approx Sky Blue. HEX triplet: 8B, DE and ED. RGB value is (139,222,237). Sum of RGB (Red+Green+Blue) = 139+222+237=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 222 (87.11% from 255 or 37.12% from 598); Blue value is 237 (92.97% from 255 or 39.63% from 598); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BDEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEED is #742112. Grayscale: #C6C6C6. Windows color (decimal): -7610643 or 15589003. OLE color: 15589003.

HSL color Cylindrical-coordinate representation of color #8BDEED: hue angle of 189.18º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDEED is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139222237-
CMYK0.410.0600.07
HSL189.18º73.13%73.73%-
HSV(B)189.18º41.35%92.94%-
XYZ52.0563.8589.7-
YUV198.89149.585.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.24%
GREEN value IS 222 (87.11% from 255) = 37.12%
BLUE value IS 237 (92.97% from 255) = 39.63%
R=23.24%
G=37.12%
B=39.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392222370.410.0600.07189.1873.1373.73
Hex8BDEED29607bd494a
Octal21333635551607275111112
Binary10001011110111101110110110100111001111011110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDEED; }

 p { color: rgb(139,222,237); }

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

<style>
 a { background-color: #8BDEED; }

 a { background-color: rgb(139,222,237); }

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

<style>
 span { border-color: #8BDEED; }

 span { border-color: rgb(139,222,237); }

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