#73BCFA

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

Shades of Maya Blue #73BCFA

Tints of Maya Blue #73BCFA

Color information

#73BCFA (or 0x73BCFA) is unknown color: approx Maya Blue. HEX triplet: 73, BC and FA. RGB value is (115,188,250). Sum of RGB (Red+Green+Blue) = 115+188+250=553 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.80% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #73BCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCFA is #8C4305. Grayscale: #ACACAC. Windows color (decimal): -9192198 or 16432243. OLE color: 16432243.

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

Color convert

RGB115188250-
CMYK0.540.2500.02
HSL207.56º93.1%71.57%-
HSV(B)207.56º54%98.04%-
XYZ42.3146.5197.19-
YUV173.24171.3286.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.80%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=20.80%
G=34.00%
B=45.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1151882500.540.2500.02207.5693.171.57
Hex73BCFA361902d05d48
Octal163274372663102320135110
Binary11100111011110011111010110110110010101101000010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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