#7CD8DC

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

Shades of Spray #7CD8DC

Tints of Spray #7CD8DC

Color information

#7CD8DC (or 0x7CD8DC) is unknown color: approx Spray. HEX triplet: 7C, D8 and DC. RGB value is (124,216,220). Sum of RGB (Red+Green+Blue) = 124+216+220=560 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.14% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #7CD8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD8DC is #832723. Grayscale: #BCBCBC. Windows color (decimal): -8595236 or 14473340. OLE color: 14473340.

HSL color Cylindrical-coordinate representation of color #7CD8DC: hue angle of 182.5º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CD8DC is Cyan = 0.44, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124216220-
CMYK0.440.0200.14
HSL182.5º57.83%67.45%-
HSV(B)182.5º43.64%86.27%-
XYZ45.7958.5676.6-
YUV188.95145.5281.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.14%
GREEN value IS 216 (84.77% from 255) = 38.57%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=22.14%
G=38.57%
B=39.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242162200.440.0200.14182.557.8367.45
Hex7CD8DC2C20Eb63a43
Octal17433033454201626672103
Binary111110011011000110111001011001001110101101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,216,220); }

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

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

 a { background-color: rgb(124,216,220); }

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

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

 span { border-color: rgb(124,216,220); }

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