#73C9F0

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

Shades of Maya Blue #73C9F0

Tints of Maya Blue #73C9F0

Color information

#73C9F0 (or 0x73C9F0) is unknown color: approx Maya Blue. HEX triplet: 73, C9 and F0. RGB value is (115,201,240). Sum of RGB (Red+Green+Blue) = 115+201+240=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #73C9F0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C9F0 is #8C360F. Grayscale: #B3B3B3. Windows color (decimal): -9188880 or 15780211. OLE color: 15780211.

HSL color Cylindrical-coordinate representation of color #73C9F0: hue angle of 198.72º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73C9F0 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115201240-
CMYK0.520.1600.06
HSL198.72º80.65%69.61%-
HSV(B)198.72º52.08%94.12%-
XYZ43.6951.7190.12-
YUV179.73162.0181.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.68%
GREEN value IS 201 (78.91% from 255) = 36.15%
BLUE value IS 240 (94.14% from 255) = 43.17%
R=20.68%
G=36.15%
B=43.17%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1152012400.520.1600.06198.7280.6569.61
Hex73C9F0341006c75146
Octal163311360642006307121106
Binary111001111001001111100001101001000001101100011110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C9F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,201,240); }

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

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

 a { background-color: rgb(115,201,240); }

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

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

 span { border-color: rgb(115,201,240); }

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