#8CDDDF

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

Shades of Spray #8CDDDF

Tints of Spray #8CDDDF

Color information

#8CDDDF (or 0x8CDDDF) is unknown color: approx Spray. HEX triplet: 8C, DD and DF. RGB value is (140,221,223). Sum of RGB (Red+Green+Blue) = 140+221+223=584 (77% of max value = 765). Red value is 140 (55.08% from 255 or 23.97% from 584); Green value is 221 (86.72% from 255 or 37.84% from 584); Blue value is 223 (87.5% from 255 or 38.18% from 584); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CDDDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CDDDF is #732220. Grayscale: #C4C4C4. Windows color (decimal): -7545377 or 14671244. OLE color: 14671244.

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

Color convert

RGB140221223-
CMYK0.370.0100.13
HSL181.45º56.46%71.18%-
HSV(B)181.45º37.22%87.45%-
XYZ49.9962.6279.26-
YUV197.01142.6687.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 23.97%
GREEN value IS 221 (86.72% from 255) = 37.84%
BLUE value IS 223 (87.5% from 255) = 38.18%
R=23.97%
G=37.84%
B=38.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1402212230.370.0100.13181.4556.4671.18
Hex8CDDDF2510Db53847
Octal21433533745101526570107
Binary100011001101110111011111100101101101101101011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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