#7CCEDF

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

Shades of Spray #7CCEDF

Tints of Spray #7CCEDF

Color information

#7CCEDF (or 0x7CCEDF) is unknown color: approx Spray. HEX triplet: 7C, CE and DF. RGB value is (124,206,223). Sum of RGB (Red+Green+Blue) = 124+206+223=553 (73% of max value = 765). Red value is 124 (48.83% from 255 or 22.42% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CCEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CCEDF is #833120. Grayscale: #B7B7B7. Windows color (decimal): -8597793 or 14667388. OLE color: 14667388.

HSL color Cylindrical-coordinate representation of color #7CCEDF: hue angle of 190.3º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7CCEDF is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124206223-
CMYK0.440.0800.13
HSL190.3º60.74%68.04%-
HSV(B)190.3º44.39%87.45%-
XYZ43.753.7677.88-
YUV183.42150.3385.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.42%
GREEN value IS 206 (80.86% from 255) = 37.25%
BLUE value IS 223 (87.5% from 255) = 40.33%
R=22.42%
G=37.25%
B=40.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1242062230.440.0800.13190.360.7468.04
Hex7CCEDF2C80Dbe3d44
Octal174316337541001527675104
Binary11111001100111011011111101100100001101101111101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CCEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,206,223); }

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

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

 a { background-color: rgb(124,206,223); }

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

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

 span { border-color: rgb(124,206,223); }

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