#8DCFD7

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

Shades of Spray #8DCFD7

Tints of Spray #8DCFD7

Color information

#8DCFD7 (or 0x8DCFD7) is unknown color: approx Spray. HEX triplet: 8D, CF and D7. RGB value is (141,207,215). Sum of RGB (Red+Green+Blue) = 141+207+215=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #8DCFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DCFD7 is #723028. Grayscale: #BCBCBC. Windows color (decimal): -7483433 or 14143373. OLE color: 14143373.

HSL color Cylindrical-coordinate representation of color #8DCFD7: hue angle of 186.49º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8DCFD7 is Cyan = 0.34, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB141207215-
CMYK0.340.0400.16
HSL186.49º48.05%69.8%-
HSV(B)186.49º34.42%84.31%-
XYZ45.5655.1972.54-
YUV188.18143.1394.35-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.04%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=25.04%
G=36.77%
B=38.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1412072150.340.0400.16186.4948.0569.8
Hex8DCFD7224010ba3046
Octal21531732742402027260106
Binary100011011100111111010111100010100010000101110101100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,207,215); }

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

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

 a { background-color: rgb(141,207,215); }

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

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

 span { border-color: rgb(141,207,215); }

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