#73C6F7

Color #73C6F7 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #73C6F7

Tints of Maya Blue #73C6F7

Color information

#73C6F7 (or 0x73C6F7) is unknown color: approx Maya Blue. HEX triplet: 73, C6 and F7. RGB value is (115,198,247). Sum of RGB (Red+Green+Blue) = 115+198+247=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 247 (96.88% from 255 or 44.11% from 560); Max value from RGB is 247 - color contains mainly: blue. Hex color #73C6F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C6F7 is #8C3908. Grayscale: #B2B2B2. Windows color (decimal): -9189641 or 16238195. OLE color: 16238195.

HSL color Cylindrical-coordinate representation of color #73C6F7: hue angle of 202.27º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73C6F7 is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB115198247-
CMYK0.530.2000.03
HSL202.27º89.19%70.98%-
HSV(B)202.27º53.44%96.86%-
XYZ44.0550.7595.47-
YUV178.77166.582.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.54%
GREEN value IS 198 (77.73% from 255) = 35.36%
BLUE value IS 247 (96.88% from 255) = 44.11%
R=20.54%
G=35.36%
B=44.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1151982470.530.2000.03202.2789.1970.98
Hex73C6F7351403ca5947
Octal163306367652403312131107
Binary11100111100011011110111110101101000111100101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73C6F7; }

 p { color: rgb(115,198,247); }

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

<style>
 a { background-color: #73C6F7; }

 a { background-color: rgb(115,198,247); }

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

<style>
 span { border-color: #73C6F7; }

 span { border-color: rgb(115,198,247); }

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