#73D4FA

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

Shades of Maya Blue #73D4FA

Tints of Maya Blue #73D4FA

Color information

#73D4FA (or 0x73D4FA) is unknown color: approx Maya Blue. HEX triplet: 73, D4 and FA. RGB value is (115,212,250). Sum of RGB (Red+Green+Blue) = 115+212+250=577 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.93% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D4FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D4FA is #8C2B05. Grayscale: #BBBBBB. Windows color (decimal): -9186054 or 16438387. OLE color: 16438387.

HSL color Cylindrical-coordinate representation of color #73D4FA: hue angle of 196.89º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73D4FA is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115212250-
CMYK0.540.1500.02
HSL196.89º93.1%71.57%-
HSV(B)196.89º54%98.04%-
XYZ47.8757.6399.04-
YUV187.33163.3676.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.93%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=19.93%
G=36.74%
B=43.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152122500.540.1500.02196.8993.171.57
Hex73D4FA36F02c55d48
Octal163324372661702305135110
Binary1110011110101001111101011011011110101100010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,212,250); }

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

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

 a { background-color: rgb(115,212,250); }

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

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

 span { border-color: rgb(115,212,250); }

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