#8DC3D0

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

Shades of Spray #8DC3D0

Tints of Spray #8DC3D0

Color information

#8DC3D0 (or 0x8DC3D0) is unknown color: approx Spray. HEX triplet: 8D, C3 and D0. RGB value is (141,195,208). Sum of RGB (Red+Green+Blue) = 141+195+208=544 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.92% from 544); Green value is 195 (76.56% from 255 or 35.85% from 544); Blue value is 208 (81.64% from 255 or 38.24% from 544); Max value from RGB is 208 - color contains mainly: blue. Hex color #8DC3D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC3D0 is #723C2F. Grayscale: #B4B4B4. Windows color (decimal): -7486512 or 13681549. OLE color: 13681549.

HSL color Cylindrical-coordinate representation of color #8DC3D0: hue angle of 191.64º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DC3D0 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141195208-
CMYK0.320.0600.18
HSL191.64º41.61%68.43%-
HSV(B)191.64º32.21%81.57%-
XYZ41.8849.2566.97-
YUV180.34143.6199.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.92%
GREEN value IS 195 (76.56% from 255) = 35.85%
BLUE value IS 208 (81.64% from 255) = 38.24%
R=25.92%
G=35.85%
B=38.24%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1411952080.320.0600.18191.6441.6168.43
Hex8DC3D0206012c02a44
Octal21530332040602230052104
Binary100011011100001111010000100000110010010110000001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC3D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,195,208); }

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

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

 a { background-color: rgb(141,195,208); }

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

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

 span { border-color: rgb(141,195,208); }

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