Html Css Color HEX #73C5F9 Maya Blue

📋 copy color: '#73C5F9'

red 115 ◦ green 197 ◦ blue 249

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

Shades of Maya Blue #73C5F9

Tints of Maya Blue #73C5F9

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.12%

 BLUE value IS 249 (97.66% from 255) = 44.39%

R = 20.5%
G = 35.12%
B = 44.39%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73C5F9 (or 0x73C5F9) is known color: Maya Blue. HEX triplet: 73, C5 and F9. RGB value is (115,197,249). Sum of RGB (Red+Green+Blue) = 115+197+249=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 197 (77.34% from 255 or 35.12% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #73C5F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C5F9 is #8C3A06. Grayscale: #B2B2B2. Windows color (decimal): -9189895 or 16369011. OLE color: 16369011.

HSL color Cylindrical-coordinate representation of color #73C5F9: hue angle of 203.28º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73C5F9 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 197 249 -
CMYK 0.54 0.21 0 0.02
HSL 203.28º 0.92% 0.71% -
HSV(B) 203.28º 0.54% 0.98% -
XYZ 44.14 50.42 97.03 -
YUV 178.41 167.83 82.77 -
System Red Green Blue C M Y K H S L
Decimal 115 197 249 0.54 0.21 0 0.02 203.28 0.92 0.71
Hex 73 C5 F9 36 15 0 2 CB 5C 47
Octal 163 305 371 66 25 0 2 313 134 107
Binary 1110011 11000101 11111001 110110 10101 0 10 11001011 1011100 1000111

Color Harmonies of #73C5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C5F9

Black with #73C5F9

Text Example


Text Example

White with #73C5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,197,249); }

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

background-color css

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

 a { background-color: rgb(115,197,249); }

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

border-color css

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

 span { border-color: rgb(115,197,249); }

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