#8BDCEB

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

Shades of Sky Blue #8BDCEB

Tints of Sky Blue #8BDCEB

Color information

#8BDCEB (or 0x8BDCEB) is unknown color: approx Sky Blue. HEX triplet: 8B, DC and EB. RGB value is (139,220,235). Sum of RGB (Red+Green+Blue) = 139+220+235=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #8BDCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDCEB is #742314. Grayscale: #C5C5C5. Windows color (decimal): -7611157 or 15457419. OLE color: 15457419.

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

Color convert

RGB139220235-
CMYK0.410.0600.08
HSL189.38º70.59%73.33%-
HSV(B)189.38º40.85%92.16%-
XYZ51.2462.6787.99-
YUV197.49149.1686.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 23.40%
GREEN value IS 220 (86.33% from 255) = 37.04%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=23.40%
G=37.04%
B=39.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1392202350.410.0600.08189.3870.5973.33
Hex8BDCEB29608bd4749
Octal213334353516010275107111
Binary100010111101110011101011101001110010001011110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,220,235); }

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

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

 a { background-color: rgb(139,220,235); }

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

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

 span { border-color: rgb(139,220,235); }

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