#73D3FA

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

Shades of Maya Blue #73D3FA

Tints of Maya Blue #73D3FA

Color information

#73D3FA (or 0x73D3FA) is unknown color: approx Maya Blue. HEX triplet: 73, D3 and FA. RGB value is (115,211,250). Sum of RGB (Red+Green+Blue) = 115+211+250=576 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.97% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D3FA is #8C2C05. Grayscale: #BABABA. Windows color (decimal): -9186310 or 16438131. OLE color: 16438131.

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

Color convert

RGB115211250-
CMYK0.540.1600.02
HSL197.33º93.1%71.57%-
HSV(B)197.33º54%98.04%-
XYZ47.6257.1498.96-
YUV186.74163.776.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.97%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 250 (98.05% from 255) = 43.40%
R=19.97%
G=36.63%
B=43.40%

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
Decimal1152112500.540.1600.02197.3393.171.57
Hex73D3FA361002c55d48
Octal163323372662002305135110
Binary11100111101001111111010110110100000101100010110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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