#8BCEDB

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

Shades of Spray #8BCEDB

Tints of Spray #8BCEDB

Color information

#8BCEDB (or 0x8BCEDB) is unknown color: approx Spray. HEX triplet: 8B, CE and DB. RGB value is (139,206,219). Sum of RGB (Red+Green+Blue) = 139+206+219=564 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.65% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #8BCEDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BCEDB is #743124. Grayscale: #BBBBBB. Windows color (decimal): -7614757 or 14405259. OLE color: 14405259.

HSL color Cylindrical-coordinate representation of color #8BCEDB: hue angle of 189.75º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BCEDB is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139206219-
CMYK0.370.0600.14
HSL189.75º52.63%70.2%-
HSV(B)189.75º36.53%85.88%-
XYZ45.554.7575.19-
YUV187.45145.893.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.65%
GREEN value IS 206 (80.86% from 255) = 36.52%
BLUE value IS 219 (85.94% from 255) = 38.83%
R=24.65%
G=36.52%
B=38.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392062190.370.0600.14189.7552.6370.2
Hex8BCEDB2560Ebe3546
Octal21331633345601627665106
Binary10001011110011101101101110010111001110101111101101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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