#7CC8CC

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

Shades of Spray #7CC8CC

Tints of Spray #7CC8CC

Color information

#7CC8CC (or 0x7CC8CC) is unknown color: approx Spray. HEX triplet: 7C, C8 and CC. RGB value is (124,200,204). Sum of RGB (Red+Green+Blue) = 124+200+204=528 (69% of max value = 765). Red value is 124 (48.83% from 255 or 23.48% from 528); Green value is 200 (78.52% from 255 or 37.88% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 204 - color contains mainly: blue. Hex color #7CC8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC8CC is #833733. Grayscale: #B1B1B1. Windows color (decimal): -8599348 or 13420668. OLE color: 13420668.

HSL color Cylindrical-coordinate representation of color #7CC8CC: hue angle of 183º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7CC8CC is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB124200204-
CMYK0.390.0200.2
HSL183º43.96%64.31%-
HSV(B)183º39.22%80%-
XYZ39.8749.9564.67-
YUV177.73142.8289.67-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 23.48%
GREEN value IS 200 (78.52% from 255) = 37.88%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=23.48%
G=37.88%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1242002040.390.0200.218343.9664.31
Hex7CC8CC272014b72c40
Octal17431031447202426754100
Binary1111100110010001100110010011110010100101101111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,200,204); }

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

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

 a { background-color: rgb(124,200,204); }

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

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

 span { border-color: rgb(124,200,204); }

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