#7CD7EA

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

Shades of Spray #7CD7EA

Tints of Spray #7CD7EA

Color information

#7CD7EA (or 0x7CD7EA) is unknown color: approx Spray. HEX triplet: 7C, D7 and EA. RGB value is (124,215,234). Sum of RGB (Red+Green+Blue) = 124+215+234=573 (75% of max value = 765). Red value is 124 (48.83% from 255 or 21.64% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #7CD7EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7CD7EA is #832815. Grayscale: #BDBDBD. Windows color (decimal): -8595478 or 15390588. OLE color: 15390588.

HSL color Cylindrical-coordinate representation of color #7CD7EA: hue angle of 190.36º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CD7EA is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB124215234-
CMYK0.470.0800.08
HSL190.36º72.37%70.2%-
HSV(B)190.36º47.01%91.76%-
XYZ47.4658.8386.69-
YUV189.96152.8580.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 21.64%
GREEN value IS 215 (84.38% from 255) = 37.52%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=21.64%
G=37.52%
B=40.84%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1242152340.470.0800.08190.3672.3770.2
Hex7CD7EA2F808be4846
Octal1743273525710010276110106
Binary111110011010111111010101011111000010001011111010010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,215,234); }

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

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

 a { background-color: rgb(124,215,234); }

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

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

 span { border-color: rgb(124,215,234); }

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