#8BD8DE

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

Shades of Spray #8BD8DE

Tints of Spray #8BD8DE

Color information

#8BD8DE (or 0x8BD8DE) is unknown color: approx Spray. HEX triplet: 8B, D8 and DE. RGB value is (139,216,222). Sum of RGB (Red+Green+Blue) = 139+216+222=577 (76% of max value = 765). Red value is 139 (54.69% from 255 or 24.09% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 222 (87.11% from 255 or 38.47% from 577); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BD8DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD8DE is #742721. Grayscale: #C1C1C1. Windows color (decimal): -7612194 or 14604427. OLE color: 14604427.

HSL color Cylindrical-coordinate representation of color #8BD8DE: hue angle of 184.34º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BD8DE is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139216222-
CMYK0.370.0300.13
HSL184.34º55.7%70.78%-
HSV(B)184.34º37.39%87.06%-
XYZ48.3959.8778.11-
YUV193.66143.9989.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.09%
GREEN value IS 216 (84.77% from 255) = 37.44%
BLUE value IS 222 (87.11% from 255) = 38.47%
R=24.09%
G=37.44%
B=38.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392162220.370.0300.13184.3455.770.78
Hex8BD8DE2530Db83847
Octal21333033645301527070107
Binary1000101111011000110111101001011101101101110001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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