#73BCFF

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

Shades of Maya Blue #73BCFF

Tints of Maya Blue #73BCFF

Color information

#73BCFF (or 0x73BCFF) is unknown color: approx Maya Blue. HEX triplet: 73, BC and FF. RGB value is (115,188,255). Sum of RGB (Red+Green+Blue) = 115+188+255=558 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.61% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #73BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BCFF is #8C4300. Grayscale: #ADADAD. Windows color (decimal): -9192193 or 16759923. OLE color: 16759923.

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

Color convert

RGB115188255-
CMYK0.550.2600
HSL208.71º100%72.55%-
HSV(B)208.71º54.9%100%-
XYZ43.146.83101.38-
YUV173.81173.8286.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.61%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 255 (100% from 255) = 45.70%
R=20.61%
G=33.69%
B=45.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1151882550.550.2600208.7110072.55
Hex73BCFF371A00d16449
Octal163274377673200321144111
Binary1110011101111001111111111011111010001101000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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