#7FC5CC

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

Shades of Spray #7FC5CC

Tints of Spray #7FC5CC

Color information

#7FC5CC (or 0x7FC5CC) is unknown color: approx Spray. HEX triplet: 7F, C5 and CC. RGB value is (127,197,204). Sum of RGB (Red+Green+Blue) = 127+197+204=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 197 (77.34% from 255 or 37.31% 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 #7FC5CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC5CC is #803A33. Grayscale: #B0B0B0. Windows color (decimal): -8403508 or 13419903. OLE color: 13419903.

HSL color Cylindrical-coordinate representation of color #7FC5CC: hue angle of 185.45º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FC5CC is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127197204-
CMYK0.380.0300.2
HSL185.45º43.02%64.9%-
HSV(B)185.45º37.75%80%-
XYZ39.6248.864.46-
YUV176.87143.3192.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.05%
GREEN value IS 197 (77.34% from 255) = 37.31%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=24.05%
G=37.31%
B=38.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271972040.380.0300.2185.4543.0264.9
Hex7FC5CC263014b92b41
Octal17730531446302427153101
Binary1111111110001011100110010011011010100101110011010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,197,204); }

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

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

 a { background-color: rgb(127,197,204); }

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

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

 span { border-color: rgb(127,197,204); }

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