#8CD4DF

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

Shades of Spray #8CD4DF

Tints of Spray #8CD4DF

Color information

#8CD4DF (or 0x8CD4DF) is unknown color: approx Spray. HEX triplet: 8C, D4 and DF. RGB value is (140,212,223). Sum of RGB (Red+Green+Blue) = 140+212+223=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CD4DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CD4DF is #732B20. Grayscale: #BFBFBF. Windows color (decimal): -7547681 or 14668940. OLE color: 14668940.

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

Color convert

RGB140212223-
CMYK0.370.0500.13
HSL187.95º56.46%71.18%-
HSV(B)187.95º37.22%87.45%-
XYZ47.6857.9978.49-
YUV191.73145.6591.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.35%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=24.35%
G=36.87%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402122230.370.0500.13187.9556.4671.18
Hex8CD4DF2550Dbc3847
Octal21432433745501527470107
Binary10001100110101001101111110010110101101101111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,212,223); }

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

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

 a { background-color: rgb(140,212,223); }

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

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

 span { border-color: rgb(140,212,223); }

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