#73D2FA

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

Shades of Maya Blue #73D2FA

Tints of Maya Blue #73D2FA

Color information

#73D2FA (or 0x73D2FA) is unknown color: approx Maya Blue. HEX triplet: 73, D2 and FA. RGB value is (115,210,250). Sum of RGB (Red+Green+Blue) = 115+210+250=575 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2FA is #8C2D05. Grayscale: #B9B9B9. Windows color (decimal): -9186566 or 16437875. OLE color: 16437875.

HSL color Cylindrical-coordinate representation of color #73D2FA: hue angle of 197.78º 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 #73D2FA is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB115210250-
CMYK0.540.1600.02
HSL197.78º93.1%71.57%-
HSV(B)197.78º54%98.04%-
XYZ47.3756.6498.88-
YUV186.16164.0377.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 250 (98.05% from 255) = 43.48%
R=20%
G=36.52%
B=43.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152102500.540.1600.02197.7893.171.57
Hex73D2FA361002c65d48
Octal163322372662002306135110
Binary11100111101001011111010110110100000101100011010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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