#8BDDE9

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

Shades of Sky Blue #8BDDE9

Tints of Sky Blue #8BDDE9

Color information

#8BDDE9 (or 0x8BDDE9) is unknown color: approx Sky Blue. HEX triplet: 8B, DD and E9. RGB value is (139,221,233). Sum of RGB (Red+Green+Blue) = 139+221+233=593 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.44% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #8BDDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDDE9 is #742216. Grayscale: #C5C5C5. Windows color (decimal): -7610903 or 15326603. OLE color: 15326603.

HSL color Cylindrical-coordinate representation of color #8BDDE9: hue angle of 187.66º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8BDDE9 is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB139221233-
CMYK0.400.0500.09
HSL187.66º68.12%72.94%-
HSV(B)187.66º40.34%91.37%-
XYZ51.2163.0986.57-
YUV197.85147.8386.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.44%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=23.44%
G=37.27%
B=39.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1392212330.400.0500.09187.6668.1272.94
Hex8BDDE928509bc4449
Octal213335351505011274104111
Binary100010111101110111101001101000101010011011110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,221,233); }

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

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

 a { background-color: rgb(139,221,233); }

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

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

 span { border-color: rgb(139,221,233); }

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