#8CD3DB

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

Shades of Spray #8CD3DB

Tints of Spray #8CD3DB

Color information

#8CD3DB (or 0x8CD3DB) is unknown color: approx Spray. HEX triplet: 8C, D3 and DB. RGB value is (140,211,219). Sum of RGB (Red+Green+Blue) = 140+211+219=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CD3DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD3DB is #732C24. Grayscale: #BEBEBE. Windows color (decimal): -7547941 or 14406540. OLE color: 14406540.

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

Color convert

RGB140211219-
CMYK0.360.0400.14
HSL186.08º52.32%70.39%-
HSV(B)186.08º36.07%85.88%-
XYZ46.957.2875.6-
YUV190.68143.9891.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.56%
GREEN value IS 211 (82.81% from 255) = 37.02%
BLUE value IS 219 (85.94% from 255) = 38.42%
R=24.56%
G=37.02%
B=38.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402112190.360.0400.14186.0852.3270.39
Hex8CD3DB2440Eba3446
Octal21432333344401627264106
Binary10001100110100111101101110010010001110101110101101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,211,219); }

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

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

 a { background-color: rgb(140,211,219); }

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

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

 span { border-color: rgb(140,211,219); }

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