#7cc3dd

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

Shades of Spray #7CC3DD

Tints of Spray #7CC3DD

Color information

#7CC3DD (or 0x7CC3DD) is unknown color: approx Spray. HEX triplet: 7C, C3 and DD. RGB value is (124,195,221). Sum of RGB (Red+Green+Blue) = 124+195+221=540 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.96% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 221 (86.72% from 255 or 40.93% from 540); Max value from RGB is 221 - color contains mainly: blue. Hex color #7CC3DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC3DD is #833C22. Grayscale: #B0B0B0. Windows color (decimal): -8600611 or 14533500. OLE color: 14533500.

HSL color Cylindrical-coordinate representation of color #7CC3DD: hue angle of 196.08º degrees, saturation: 0.59, 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 #7CC3DD is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB124195221-
CMYK0.440.1200.13
HSL196.08º58.79%67.65%-
HSV(B)196.08º43.89%86.67%-
XYZ40.8848.5475.62-
YUV176.74152.9890.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 22.96%
GREEN value IS 195 (76.56% from 255) = 36.11%
BLUE value IS 221 (86.72% from 255) = 40.93%
R=22.96%
G=36.11%
B=40.93%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241952210.440.1200.13196.0858.7967.65
Hex7CC3DD2CC0Dc43b44
Octal174303335541401530473104
Binary11111001100001111011101101100110001101110001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7cc3dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,195,221); }

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

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

 a { background-color: rgb(124,195,221); }

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

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

 span { border-color: rgb(124,195,221); }

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