Html Css Color HEX #73C5EA Maya Blue

📋 copy color: '#73C5EA'

red 115 ◦ green 197 ◦ blue 234

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

Shades of Maya Blue #73C5EA

Tints of Maya Blue #73C5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.86%

R = 21.06%
G = 36.08%
B = 42.86%

CMYK

 C value IS 0.51

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73C5EA (or 0x73C5EA) is known color: Maya Blue. HEX triplet: 73, C5 and EA. RGB value is (115,197,234). Sum of RGB (Red+Green+Blue) = 115+197+234=546 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.06% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #73C5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C5EA is #8C3A15. Grayscale: #B0B0B0. Windows color (decimal): -9189910 or 15385971. OLE color: 15385971.

HSL color Cylindrical-coordinate representation of color #73C5EA: hue angle of 198.66º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #73C5EA is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 197 234 -
CMYK 0.51 0.16 0 0.08
HSL 198.66º 0.74% 0.68% -
HSV(B) 198.66º 0.51% 0.92% -
XYZ 41.89 49.52 85.19 -
YUV 176.7 160.33 83.99 -
System Red Green Blue C M Y K H S L
Decimal 115 197 234 0.51 0.16 0 0.08 198.66 0.74 0.68
Hex 73 C5 EA 33 10 0 8 C7 4A 44
Octal 163 305 352 63 20 0 10 307 112 104
Binary 1110011 11000101 11101010 110011 10000 0 1000 11000111 1001010 1000100

Color Harmonies of #73C5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C5EA

Black with #73C5EA

Text Example


Text Example

White with #73C5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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