#7FC2DA

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

Shades of Spray #7FC2DA

Tints of Spray #7FC2DA

Color information

#7FC2DA (or 0x7FC2DA) is unknown color: approx Spray. HEX triplet: 7F, C2 and DA. RGB value is (127,194,218). Sum of RGB (Red+Green+Blue) = 127+194+218=539 (71% of max value = 765). Red value is 127 (50% from 255 or 23.56% from 539); Green value is 194 (76.17% from 255 or 35.99% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #7FC2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC2DA is #803D25. Grayscale: #B0B0B0. Windows color (decimal): -8404262 or 14336639. OLE color: 14336639.

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

Color convert

RGB127194218-
CMYK0.420.1100.15
HSL195.82º55.15%67.65%-
HSV(B)195.82º41.74%85.49%-
XYZ40.748.1673.48-
YUV176.7151.392.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 23.56%
GREEN value IS 194 (76.17% from 255) = 35.99%
BLUE value IS 218 (85.55% from 255) = 40.45%
R=23.56%
G=35.99%
B=40.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271942180.420.1100.15195.8255.1567.65
Hex7FC2DA2AB0Fc43744
Octal177302332521301730467104
Binary11111111100001011011010101010101101111110001001101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FC2DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,194,218); }

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

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

 a { background-color: rgb(127,194,218); }

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

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

 span { border-color: rgb(127,194,218); }

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