#8CD1DB

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

Shades of Spray #8CD1DB

Tints of Spray #8CD1DB

Color information

#8CD1DB (or 0x8CD1DB) is unknown color: approx Spray. HEX triplet: 8C, D1 and DB. RGB value is (140,209,219). Sum of RGB (Red+Green+Blue) = 140+209+219=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #8CD1DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD1DB is #732E24. Grayscale: #BDBDBD. Windows color (decimal): -7548453 or 14406028. OLE color: 14406028.

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

Color convert

RGB140209219-
CMYK0.360.0500.14
HSL187.59º52.32%70.39%-
HSV(B)187.59º36.07%85.88%-
XYZ46.456.2975.44-
YUV189.51144.6492.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.65%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=24.65%
G=36.80%
B=38.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402092190.360.0500.14187.5952.3270.39
Hex8CD1DB2450Ebc3446
Octal21432133344501627464106
Binary10001100110100011101101110010010101110101111001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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