Html Css Color HEX #73AFFF Maya Blue

📋 copy color: '#73AFFF'

red 115 ◦ green 175 ◦ blue 255

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

Shades of Maya Blue #73AFFF

Tints of Maya Blue #73AFFF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.11%

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

R = 21.1%
G = 32.11%
B = 46.79%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#73AFFF (or 0x73AFFF) is known color: Maya Blue. HEX triplet: 73, AF and FF. RGB value is (115,175,255). Sum of RGB (Red+Green+Blue) = 115+175+255=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #73AFFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFFF is #8C5000. Grayscale: #A5A5A5. Windows color (decimal): -9195521 or 16756595. OLE color: 16756595.

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

Color convert

RGB 115 175 255 -
CMYK 0.55 0.31 0 0
HSL 214.29º 1% 0.73% -
HSV(B) 214.29º 0.55% 1% -
XYZ 40.45 41.52 100.49 -
YUV 166.18 178.12 91.5 -
System Red Green Blue C M Y K H S L
Decimal 115 175 255 0.55 0.31 0 0 214.29 1 0.73
Hex 73 AF FF 37 1F 0 0 D6 64 49
Octal 163 257 377 67 37 0 0 326 144 111
Binary 1110011 10101111 11111111 110111 11111 0 0 11010110 1100100 1001001

Color Harmonies of #73AFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFFF

Black with #73AFFF

Text Example


Text Example

White with #73AFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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