#8DC4D0

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

Shades of Spray #8DC4D0

Tints of Spray #8DC4D0

Color information

#8DC4D0 (or 0x8DC4D0) is unknown color: approx Spray. HEX triplet: 8D, C4 and D0. RGB value is (141,196,208). Sum of RGB (Red+Green+Blue) = 141+196+208=545 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.87% from 545); Green value is 196 (76.95% from 255 or 35.96% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: blue. Hex color #8DC4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8DC4D0 is #723B2F. Grayscale: #B4B4B4. Windows color (decimal): -7486256 or 13681805. OLE color: 13681805.

HSL color Cylindrical-coordinate representation of color #8DC4D0: hue angle of 190.75º 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 #8DC4D0 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB141196208-
CMYK0.320.0600.18
HSL190.75º41.61%68.43%-
HSV(B)190.75º32.21%81.57%-
XYZ42.1149.767.05-
YUV180.92143.2899.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.87%
GREEN value IS 196 (76.95% from 255) = 35.96%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=25.87%
G=35.96%
B=38.17%

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
Decimal1411962080.320.0600.18190.7541.6168.43
Hex8DC4D0206012bf2a44
Octal21530432040602227752104
Binary100011011100010011010000100000110010010101111111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DC4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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