Html Css Color HEX #73AEFF Maya Blue

📋 copy color: '#73AEFF'

red 115 ◦ green 174 ◦ blue 255

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

Shades of Maya Blue #73AEFF

Tints of Maya Blue #73AEFF

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.99%

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

R = 21.14%
G = 31.99%
B = 46.88%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73AEFF (or 0x73AEFF) is known color: Maya Blue. HEX triplet: 73, AE and FF. RGB value is (115,174,255). Sum of RGB (Red+Green+Blue) = 115+174+255=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 174 (68.36% from 255 or 31.99% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #73AEFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AEFF is #8C5100. Grayscale: #A5A5A5. Windows color (decimal): -9195777 or 16756339. OLE color: 16756339.

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

Color convert

RGB 115 174 255 -
CMYK 0.55 0.32 0 0
HSL 214.71º 1% 0.73% -
HSV(B) 214.71º 0.55% 1% -
XYZ 40.26 41.14 100.43 -
YUV 165.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 115 174 255 0.55 0.32 0 0 214.71 1 0.73
Hex 73 AE FF 37 20 0 0 D7 64 49
Octal 163 256 377 67 40 0 0 327 144 111
Binary 1110011 10101110 11111111 110111 100000 0 0 11010111 1100100 1001001

Color Harmonies of #73AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AEFF

Black with #73AEFF

Text Example


Text Example

White with #73AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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