Html Css Color HEX #73C2EB Maya Blue

📋 copy color: '#73C2EB'

red 115 ◦ green 194 ◦ blue 235

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

Shades of Maya Blue #73C2EB

Tints of Maya Blue #73C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.66%

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

R = 21.14%
G = 35.66%
B = 43.2%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#73C2EB (or 0x73C2EB) is known color: Maya Blue. HEX triplet: 73, C2 and EB. RGB value is (115,194,235). Sum of RGB (Red+Green+Blue) = 115+194+235=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 194 (76.17% from 255 or 35.66% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #73C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C2EB is #8C3D14. Grayscale: #AEAEAE. Windows color (decimal): -9190677 or 15450739. OLE color: 15450739.

HSL color Cylindrical-coordinate representation of color #73C2EB: hue angle of 200.5º 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 #73C2EB is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 115 194 235 -
CMYK 0.51 0.17 0 0.08
HSL 200.5º 0.75% 0.69% -
HSV(B) 200.5º 0.51% 0.92% -
XYZ 41.36 48.23 85.73 -
YUV 175.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 115 194 235 0.51 0.17 0 0.08 200.5 0.75 0.69
Hex 73 C2 EB 33 11 0 8 C8 4B 45
Octal 163 302 353 63 21 0 10 310 113 105
Binary 1110011 11000010 11101011 110011 10001 0 1000 11001000 1001011 1000101

Color Harmonies of #73C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C2EB

Black with #73C2EB

Text Example


Text Example

White with #73C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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