#73D4FE

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

Shades of Maya Blue #73D4FE

Tints of Maya Blue #73D4FE

Color information

#73D4FE (or 0x73D4FE) is unknown color: approx Maya Blue. HEX triplet: 73, D4 and FE. RGB value is (115,212,254). Sum of RGB (Red+Green+Blue) = 115+212+254=581 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.79% from 581); Green value is 212 (83.20% from 255 or 36.49% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #73D4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D4FE is #8C2B01. Grayscale: #BBBBBB. Windows color (decimal): -9186050 or 16700531. OLE color: 16700531.

HSL color Cylindrical-coordinate representation of color #73D4FE: hue angle of 198.13º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73D4FE is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115212254-
CMYK0.550.1700.00
HSL198.13º98.58%72.35%-
HSV(B)198.13º54.72%99.61%-
XYZ48.557.89102.38-
YUV187.78165.3676.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.79%
GREEN value IS 212 (83.20% from 255) = 36.49%
BLUE value IS 254 (99.61% from 255) = 43.72%
R=19.79%
G=36.49%
B=43.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1152122540.550.1700.00198.1398.5872.35
Hex73D4FE371100c66348
Octal163324376672100306143110
Binary1110011110101001111111011011110001001100011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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