#7cd3e2

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

Shades of Spray #7CD3E2

Tints of Spray #7CD3E2

Color information

#7CD3E2 (or 0x7CD3E2) is unknown color: approx Spray. HEX triplet: 7C, D3 and E2. RGB value is (124,211,226). Sum of RGB (Red+Green+Blue) = 124+211+226=561 (74% of max value = 765). Red value is 124 (48.83% from 255 or 22.10% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 226 (88.67% from 255 or 40.29% from 561); Max value from RGB is 226 - color contains mainly: blue. Hex color #7CD3E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CD3E2 is #832C1D. Grayscale: #BABABA. Windows color (decimal): -8596510 or 14865276. OLE color: 14865276.

HSL color Cylindrical-coordinate representation of color #7CD3E2: hue angle of 188.82º 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 #7CD3E2 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB124211226-
CMYK0.450.0700.11
HSL188.82º63.75%68.63%-
HSV(B)188.82º45.13%88.63%-
XYZ45.3356.3680.44-
YUV186.7150.1883.28-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.10%
GREEN value IS 211 (82.81% from 255) = 37.61%
BLUE value IS 226 (88.67% from 255) = 40.29%
R=22.10%
G=37.61%
B=40.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1242112260.450.0700.11188.8263.7568.63
Hex7CD3E22D70Bbd4045
Octal174323342557013275100105
Binary11111001101001111100010101101111010111011110110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cd3e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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