#7FC0E0

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

Shades of Spray #7FC0E0

Tints of Spray #7FC0E0

Color information

#7FC0E0 (or 0x7FC0E0) is unknown color: approx Spray. HEX triplet: 7F, C0 and E0. RGB value is (127,192,224). Sum of RGB (Red+Green+Blue) = 127+192+224=543 (71% of max value = 765). Red value is 127 (50% from 255 or 23.39% from 543); Green value is 192 (75.39% from 255 or 35.36% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #7FC0E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC0E0 is #803F1F. Grayscale: #B0B0B0. Windows color (decimal): -8404768 or 14729343. OLE color: 14729343.

HSL color Cylindrical-coordinate representation of color #7FC0E0: hue angle of 199.79º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7FC0E0 is Cyan = 0.43, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB127192224-
CMYK0.430.1400.12
HSL199.79º61.01%68.82%-
HSV(B)199.79º43.3%87.84%-
XYZ41.0647.5977.54-
YUV176.21154.9792.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.39%
GREEN value IS 192 (75.39% from 255) = 35.36%
BLUE value IS 224 (87.89% from 255) = 41.25%
R=23.39%
G=35.36%
B=41.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1271922240.430.1400.12199.7961.0168.82
Hex7FC0E02BE0Cc83d45
Octal177300340531601431075105
Binary11111111100000011100000101011111001100110010001111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,192,224); }

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

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

 a { background-color: rgb(127,192,224); }

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

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

 span { border-color: rgb(127,192,224); }

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