#7FD4DC

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

Shades of Spray #7FD4DC

Tints of Spray #7FD4DC

Color information

#7FD4DC (or 0x7FD4DC) is unknown color: approx Spray. HEX triplet: 7F, D4 and DC. RGB value is (127,212,220). Sum of RGB (Red+Green+Blue) = 127+212+220=559 (74% of max value = 765). Red value is 127 (50% from 255 or 22.72% from 559); Green value is 212 (83.20% from 255 or 37.92% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #7FD4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FD4DC is #802B23. Grayscale: #BBBBBB. Windows color (decimal): -8399652 or 14472319. OLE color: 14472319.

HSL color Cylindrical-coordinate representation of color #7FD4DC: hue angle of 185.16º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FD4DC is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127212220-
CMYK0.420.0400.14
HSL185.16º57.06%68.04%-
HSV(B)185.16º42.27%86.27%-
XYZ45.2156.7776.28-
YUV187.5146.3484.85-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 22.72%
GREEN value IS 212 (83.20% from 255) = 37.92%
BLUE value IS 220 (86.33% from 255) = 39.36%
R=22.72%
G=37.92%
B=39.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1272122200.420.0400.14185.1657.0668.04
Hex7FD4DC2A40Eb93944
Octal17732433452401627171104
Binary1111111110101001101110010101010001110101110011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FD4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7FD4DC; }

 p { color: rgb(127,212,220); }

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

<style>
 a { background-color: #7FD4DC; }

 a { background-color: rgb(127,212,220); }

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

<style>
 span { border-color: #7FD4DC; }

 span { border-color: rgb(127,212,220); }

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