#8BD2D8

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

Shades of Spray #8BD2D8

Tints of Spray #8BD2D8

Color information

#8BD2D8 (or 0x8BD2D8) is unknown color: approx Spray. HEX triplet: 8B, D2 and D8. RGB value is (139,210,216). Sum of RGB (Red+Green+Blue) = 139+210+216=565 (74% of max value = 765). Red value is 139 (54.69% from 255 or 24.60% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 216 (84.77% from 255 or 38.23% from 565); Max value from RGB is 216 - color contains mainly: blue. Hex color #8BD2D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD2D8 is #742D27. Grayscale: #BDBDBD. Windows color (decimal): -7613736 or 14209675. OLE color: 14209675.

HSL color Cylindrical-coordinate representation of color #8BD2D8: hue angle of 184.68º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8BD2D8 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139210216-
CMYK0.360.0300.15
HSL184.68º49.68%69.61%-
HSV(B)184.68º35.65%84.71%-
XYZ46.0956.5473.45-
YUV189.46142.9892.01-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.60%
GREEN value IS 210 (82.42% from 255) = 37.17%
BLUE value IS 216 (84.77% from 255) = 38.23%
R=24.60%
G=37.17%
B=38.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1392102160.360.0300.15184.6849.6869.61
Hex8BD2D82430Fb93246
Octal21332233044301727162106
Binary1000101111010010110110001001001101111101110011100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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