#8BD8EE

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

Shades of Sky Blue #8BD8EE

Tints of Sky Blue #8BD8EE

Color information

#8BD8EE (or 0x8BD8EE) is unknown color: approx Sky Blue. HEX triplet: 8B, D8 and EE. RGB value is (139,216,238). Sum of RGB (Red+Green+Blue) = 139+216+238=593 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.44% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BD8EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD8EE is #742711. Grayscale: #C3C3C3. Windows color (decimal): -7612178 or 15653003. OLE color: 15653003.

HSL color Cylindrical-coordinate representation of color #8BD8EE: hue angle of 193.33º 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 #8BD8EE is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB139216238-
CMYK0.420.0900.07
HSL193.33º74.44%73.92%-
HSV(B)193.33º41.6%93.33%-
XYZ50.6460.7789.95-
YUV195.48151.9987.71-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.44%
GREEN value IS 216 (84.77% from 255) = 36.42%
BLUE value IS 238 (93.36% from 255) = 40.13%
R=23.44%
G=36.42%
B=40.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1392162380.420.0900.07193.3374.4473.92
Hex8BD8EE2A907c14a4a
Octal213330356521107301112112
Binary100010111101100011101110101010100101111100000110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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