#7FC3DB

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

Shades of Spray #7FC3DB

Tints of Spray #7FC3DB

Color information

#7FC3DB (or 0x7FC3DB) is unknown color: approx Spray. HEX triplet: 7F, C3 and DB. RGB value is (127,195,219). Sum of RGB (Red+Green+Blue) = 127+195+219=541 (71% of max value = 765). Red value is 127 (50% from 255 or 23.48% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FC3DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC3DB is #803C24. Grayscale: #B1B1B1. Windows color (decimal): -8404005 or 14402431. OLE color: 14402431.

HSL color Cylindrical-coordinate representation of color #7FC3DB: hue angle of 195.65º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC3DB is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB127195219-
CMYK0.420.1100.14
HSL195.65º56.1%67.84%-
HSV(B)195.65º42.01%85.88%-
XYZ41.0548.6674.25-
YUV177.4151.4792.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.48%
GREEN value IS 195 (76.56% from 255) = 36.04%
BLUE value IS 219 (85.94% from 255) = 40.48%
R=23.48%
G=36.04%
B=40.48%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1271952190.420.1100.14195.6556.167.84
Hex7FC3DB2AB0Ec43844
Octal177303333521301630470104
Binary11111111100001111011011101010101101110110001001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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