Html Css Color HEX #73BAFF Maya Blue

📋 copy color: '#73BAFF'

red 115 ◦ green 186 ◦ blue 255

#73BAFF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maya Blue #73BAFF

Tints of Maya Blue #73BAFF

RGB

 RED value IS 115 (45.31% from 255) = 20.68%

 GREEN value IS 186 (73.05% from 255) = 33.45%

 BLUE value IS 255 (100% from 255) = 45.86%

R = 20.68%
G = 33.45%
B = 45.86%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73BAFF (or 0x73BAFF) is known color: Maya Blue. HEX triplet: 73, BA and FF. RGB value is (115,186,255). Sum of RGB (Red+Green+Blue) = 115+186+255=556 (73% of max value = 765). Red value is 115 (45.31% from 255 or 20.68% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #73BAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73BAFF is #8C4500. Grayscale: #ACACAC. Windows color (decimal): -9192705 or 16759411. OLE color: 16759411.

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

Color convert

RGB 115 186 255 -
CMYK 0.55 0.27 0 0
HSL 209.57º 1% 0.73% -
HSV(B) 209.57º 0.55% 1% -
XYZ 42.68 45.98 101.23 -
YUV 172.64 174.48 86.89 -
System Red Green Blue C M Y K H S L
Decimal 115 186 255 0.55 0.27 0 0 209.57 1 0.73
Hex 73 BA FF 37 1B 0 0 D2 64 49
Octal 163 272 377 67 33 0 0 322 144 111
Binary 1110011 10111010 11111111 110111 11011 0 0 11010010 1100100 1001001

Color Harmonies of #73BAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BAFF

Black with #73BAFF

Text Example


Text Example

White with #73BAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #73BAFF;
 }
 .AnyTagClassName
 {
   color: #73BAFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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