#7CC0DF

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

Shades of Spray #7CC0DF

Tints of Spray #7CC0DF

Color information

#7CC0DF (or 0x7CC0DF) is unknown color: approx Spray. HEX triplet: 7C, C0 and DF. RGB value is (124,192,223). Sum of RGB (Red+Green+Blue) = 124+192+223=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #7CC0DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC0DF is #833F20. Grayscale: #AFAFAF. Windows color (decimal): -8601377 or 14663804. OLE color: 14663804.

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

Color convert

RGB124192223-
CMYK0.440.1400.13
HSL198.79º60.74%68.04%-
HSV(B)198.79º44.39%87.45%-
XYZ40.4847.3176.81-
YUV175.2154.9791.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.01%
GREEN value IS 192 (75.39% from 255) = 35.62%
BLUE value IS 223 (87.5% from 255) = 41.37%
R=23.01%
G=35.62%
B=41.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1241922230.440.1400.13198.7960.7468.04
Hex7CC0DF2CE0Dc73d44
Octal174300337541601530775104
Binary11111001100000011011111101100111001101110001111111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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