Html Css Color HEX #73ADF8 Maya Blue

📋 copy color: '#73ADF8'

red 115 ◦ green 173 ◦ blue 248

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

Shades of Maya Blue #73ADF8

Tints of Maya Blue #73ADF8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.28%

 BLUE value IS 248 (97.27% from 255) = 46.27%

R = 21.46%
G = 32.28%
B = 46.27%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#73ADF8 (or 0x73ADF8) is known color: Maya Blue. HEX triplet: 73, AD and F8. RGB value is (115,173,248). Sum of RGB (Red+Green+Blue) = 115+173+248=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #73ADF8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73ADF8 is #8C5207. Grayscale: #A3A3A3. Windows color (decimal): -9196040 or 16297331. OLE color: 16297331.

HSL color Cylindrical-coordinate representation of color #73ADF8: hue angle of 213.83º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73ADF8 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 173 248 -
CMYK 0.54 0.30 0 0.03
HSL 213.83º 0.9% 0.71% -
HSV(B) 213.83º 0.54% 0.97% -
XYZ 38.96 40.31 94.53 -
YUV 164.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 115 173 248 0.54 0.30 0 0.03 213.83 0.9 0.71
Hex 73 AD F8 36 1E 0 3 D6 5A 47
Octal 163 255 370 66 36 0 3 326 132 107
Binary 1110011 10101101 11111000 110110 11110 0 11 11010110 1011010 1000111

Color Harmonies of #73ADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73ADF8

Black with #73ADF8

Text Example


Text Example

White with #73ADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,173,248); }

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

background-color css

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

 a { background-color: rgb(115,173,248); }

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

border-color css

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

 span { border-color: rgb(115,173,248); }

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