#8BDBEE

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

Shades of Sky Blue #8BDBEE

Tints of Sky Blue #8BDBEE

Color information

#8BDBEE (or 0x8BDBEE) is unknown color: approx Sky Blue. HEX triplet: 8B, DB and EE. RGB value is (139,219,238). Sum of RGB (Red+Green+Blue) = 139+219+238=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBEE is #742411. Grayscale: #C5C5C5. Windows color (decimal): -7611410 or 15653771. OLE color: 15653771.

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

Color convert

RGB139219238-
CMYK0.420.0800.07
HSL191.52º74.44%73.92%-
HSV(B)191.52º41.6%93.33%-
XYZ51.4162.3390.21-
YUV197.2515186.46-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.32%
GREEN value IS 219 (85.94% from 255) = 36.74%
BLUE value IS 238 (93.36% from 255) = 39.93%
R=23.32%
G=36.74%
B=39.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392192380.420.0800.07191.5274.4473.92
Hex8BDBEE2A807c04a4a
Octal213333356521007300112112
Binary100010111101101111101110101010100001111100000010010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDBEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,219,238); }

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

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

 a { background-color: rgb(139,219,238); }

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

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

 span { border-color: rgb(139,219,238); }

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