#73D2FE

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

Shades of Maya Blue #73D2FE

Tints of Maya Blue #73D2FE

Color information

#73D2FE (or 0x73D2FE) is unknown color: approx Maya Blue. HEX triplet: 73, D2 and FE. RGB value is (115,210,254). Sum of RGB (Red+Green+Blue) = 115+210+254=579 (76% of max value = 765). Red value is 115 (45.31% from 255 or 19.86% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #73D2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73D2FE is #8C2D01. Grayscale: #BABABA. Windows color (decimal): -9186562 or 16700019. OLE color: 16700019.

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

Color convert

RGB115210254-
CMYK0.550.1700.00
HSL198.99º98.58%72.35%-
HSV(B)198.99º54.72%99.61%-
XYZ48.0156.89102.22-
YUV186.61166.0376.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 19.86%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 254 (99.61% from 255) = 43.87%
R=19.86%
G=36.27%
B=43.87%

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
Decimal1152102540.550.1700.00198.9998.5872.35
Hex73D2FE371100c76348
Octal163322376672100307143110
Binary1110011110100101111111011011110001001100011111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73D2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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