#8BD2DC

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

Shades of Spray #8BD2DC

Tints of Spray #8BD2DC

Color information

#8BD2DC (or 0x8BD2DC) is unknown color: approx Spray. HEX triplet: 8B, D2 and DC. RGB value is (139,210,220). Sum of RGB (Red+Green+Blue) = 139+210+220=569 (75% of max value = 765). Red value is 139 (54.69% from 255 or 24.43% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #8BD2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BD2DC is #742D23. Grayscale: #BDBDBD. Windows color (decimal): -7613732 or 14471819. OLE color: 14471819.

HSL color Cylindrical-coordinate representation of color #8BD2DC: hue angle of 187.41º degrees, saturation: 0.54, 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 #8BD2DC is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139210220-
CMYK0.370.0500.14
HSL187.41º53.64%70.39%-
HSV(B)187.41º36.82%86.27%-
XYZ46.6156.7576.21-
YUV189.91144.9891.69-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 24.43%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 220 (86.33% from 255) = 38.66%
R=24.43%
G=36.91%
B=38.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1392102200.370.0500.14187.4153.6470.39
Hex8BD2DC2550Ebb3646
Octal21332233445501627366106
Binary10001011110100101101110010010110101110101110111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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