#7CD5E2

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

Shades of Spray #7CD5E2

Tints of Spray #7CD5E2

Color information

#7CD5E2 (or 0x7CD5E2) is unknown color: approx Spray. HEX triplet: 7C, D5 and E2. RGB value is (124,213,226). Sum of RGB (Red+Green+Blue) = 124+213+226=563 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.02% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 226 (88.67% from 255 or 40.14% from 563); Max value from RGB is 226 - color contains mainly: blue. Hex color #7CD5E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD5E2 is #832A1D. Grayscale: #BBBBBB. Windows color (decimal): -8595998 or 14865788. OLE color: 14865788.

HSL color Cylindrical-coordinate representation of color #7CD5E2: hue angle of 187.65º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CD5E2 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124213226-
CMYK0.450.0600.11
HSL187.65º63.75%68.63%-
HSV(B)187.65º45.13%88.63%-
XYZ45.8357.3680.61-
YUV187.87149.5182.44-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.02%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 226 (88.67% from 255) = 40.14%
R=22.02%
G=37.83%
B=40.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1242132260.450.0600.11187.6563.7568.63
Hex7CD5E22D60Bbc4045
Octal174325342556013274100105
Binary11111001101010111100010101101110010111011110010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD5E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,213,226); }

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

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

 a { background-color: rgb(124,213,226); }

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

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

 span { border-color: rgb(124,213,226); }

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