#73D0FA

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

Shades of Maya Blue #73D0FA

Tints of Maya Blue #73D0FA

Color information

#73D0FA (or 0x73D0FA) is unknown color: approx Maya Blue. HEX triplet: 73, D0 and FA. RGB value is (115,208,250). Sum of RGB (Red+Green+Blue) = 115+208+250=573 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.07% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #73D0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D0FA is #8C2F05. Grayscale: #B8B8B8. Windows color (decimal): -9187078 or 16437363. OLE color: 16437363.

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

Color convert

RGB115208250-
CMYK0.540.1700.02
HSL198.67º93.1%71.57%-
HSV(B)198.67º54%98.04%-
XYZ46.8855.6698.71-
YUV184.98164.6978.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.07%
GREEN value IS 208 (81.64% from 255) = 36.30%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=20.07%
G=36.30%
B=43.63%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1152082500.540.1700.02198.6793.171.57
Hex73D0FA361102c75d48
Octal163320372662102307135110
Binary11100111101000011111010110110100010101100011110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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