#73C8F6

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

Shades of Maya Blue #73C8F6

Tints of Maya Blue #73C8F6

Color information

#73C8F6 (or 0x73C8F6) is unknown color: approx Maya Blue. HEX triplet: 73, C8 and F6. RGB value is (115,200,246). Sum of RGB (Red+Green+Blue) = 115+200+246=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #73C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C8F6 is #8C3709. Grayscale: #B3B3B3. Windows color (decimal): -9189130 or 16173171. OLE color: 16173171.

HSL color Cylindrical-coordinate representation of color #73C8F6: hue angle of 201.07º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73C8F6 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB115200246-
CMYK0.530.1900.04
HSL201.07º87.92%70.78%-
HSV(B)201.07º53.25%96.47%-
XYZ44.3651.6194.81-
YUV179.83165.3481.76-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.50%
GREEN value IS 200 (78.52% from 255) = 35.65%
BLUE value IS 246 (96.48% from 255) = 43.85%
R=20.50%
G=35.65%
B=43.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1152002460.530.1900.04201.0787.9270.78
Hex73C8F6351304c95847
Octal163310366652304311130107
Binary111001111001000111101101101011001101001100100110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,200,246); }

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

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

 a { background-color: rgb(115,200,246); }

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

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

 span { border-color: rgb(115,200,246); }

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