Html Css Color HEX #73C5EB Maya Blue

📋 copy color: '#73C5EB'

red 115 ◦ green 197 ◦ blue 235

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

Shades of Maya Blue #73C5EB

Tints of Maya Blue #73C5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 21.02%
G = 36.01%
B = 42.96%

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

#73C5EB (or 0x73C5EB) is known color: Maya Blue. HEX triplet: 73, C5 and EB. RGB value is (115,197,235). Sum of RGB (Red+Green+Blue) = 115+197+235=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 197 (77.34% from 255 or 36.01% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #73C5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C5EB is #8C3A14. Grayscale: #B0B0B0. Windows color (decimal): -9189909 or 15451507. OLE color: 15451507.

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

Color convert

RGB 115 197 235 -
CMYK 0.51 0.16 0 0.08
HSL 199º 0.75% 0.69% -
HSV(B) 199º 0.51% 0.92% -
XYZ 42.03 49.58 85.95 -
YUV 176.81 160.83 83.91 -
System Red Green Blue C M Y K H S L
Decimal 115 197 235 0.51 0.16 0 0.08 199 0.75 0.69
Hex 73 C5 EB 33 10 0 8 C7 4B 45
Octal 163 305 353 63 20 0 10 307 113 105
Binary 1110011 11000101 11101011 110011 10000 0 1000 11000111 1001011 1000101

Color Harmonies of #73C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C5EB

Black with #73C5EB

Text Example


Text Example

White with #73C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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