#7FC3CE

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

Shades of Spray #7FC3CE

Tints of Spray #7FC3CE

Color information

#7FC3CE (or 0x7FC3CE) is unknown color: approx Spray. HEX triplet: 7F, C3 and CE. RGB value is (127,195,206). Sum of RGB (Red+Green+Blue) = 127+195+206=528 (69% of max value = 765). Red value is 127 (50% from 255 or 24.05% from 528); Green value is 195 (76.56% from 255 or 36.93% from 528); Blue value is 206 (80.86% from 255 or 39.02% from 528); Max value from RGB is 206 - color contains mainly: blue. Hex color #7FC3CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC3CE is #803C31. Grayscale: #AFAFAF. Windows color (decimal): -8404018 or 13550463. OLE color: 13550463.

HSL color Cylindrical-coordinate representation of color #7FC3CE: hue angle of 188.35º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FC3CE is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB127195206-
CMYK0.380.0500.19
HSL188.35º44.63%65.29%-
HSV(B)188.35º38.35%80.78%-
XYZ39.414865.58-
YUV175.92144.9793.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.05%
GREEN value IS 195 (76.56% from 255) = 36.93%
BLUE value IS 206 (80.86% from 255) = 39.02%
R=24.05%
G=36.93%
B=39.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1271952060.380.0500.19188.3544.6365.29
Hex7FC3CE265013bc2d41
Octal17730331646502327455101
Binary11111111100001111001110100110101010011101111001011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,195,206); }

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

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

 a { background-color: rgb(127,195,206); }

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

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

 span { border-color: rgb(127,195,206); }

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