#8FD0DC

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

Shades of Spray #8FD0DC

Tints of Spray #8FD0DC

Color information

#8FD0DC (or 0x8FD0DC) is unknown color: approx Spray. HEX triplet: 8F, D0 and DC. RGB value is (143,208,220). Sum of RGB (Red+Green+Blue) = 143+208+220=571 (75% of max value = 765). Red value is 143 (56.25% from 255 or 25.04% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #8FD0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD0DC is #702F23. Grayscale: #BDBDBD. Windows color (decimal): -7352100 or 14471311. OLE color: 14471311.

HSL color Cylindrical-coordinate representation of color #8FD0DC: hue angle of 189.35º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FD0DC is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB143208220-
CMYK0.350.0500.14
HSL189.35º52.38%71.18%-
HSV(B)189.35º35%86.27%-
XYZ46.856.1276.08-
YUV189.93144.9794.52-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.04%
GREEN value IS 208 (81.64% from 255) = 36.43%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=25.04%
G=36.43%
B=38.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432082200.350.0500.14189.3552.3871.18
Hex8FD0DC2350Ebd3447
Octal21732033443501627564107
Binary10001111110100001101110010001110101110101111011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,208,220); }

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

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

 a { background-color: rgb(143,208,220); }

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

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

 span { border-color: rgb(143,208,220); }

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