Html Css Color HEX #73C8F6 Maya Blue

📋 copy color: '#73C8F6'

red 115 ◦ green 200 ◦ blue 246

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

Shades of Maya Blue #73C8F6

Tints of Maya Blue #73C8F6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.65%

 BLUE value IS 246 (96.48% from 255) = 43.85%

R = 20.5%
G = 35.65%
B = 43.85%

CMYK

 C value IS 0.53

 M value IS 0.19

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#73C8F6 (or 0x73C8F6) is known color: Maya Blue. HEX triplet: 73, C8 and F6. RGB value is (115,200,246). Sum of RGB (Red+Green+Blue) = 115+200+246=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 246 (96.48% from 255 or 43.85% from 561); Max value from RGB is 246 - color contains mainly: blue. Hex color #73C8F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C8F6 is #8C3709. Grayscale: #B3B3B3. Windows color (decimal): -9189130 or 16173171. OLE color: 16173171.

HSL color Cylindrical-coordinate representation of color #73C8F6: hue angle of 201.07º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #73C8F6 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 200 246 -
CMYK 0.53 0.19 0 0.04
HSL 201.07º 0.88% 0.71% -
HSV(B) 201.07º 0.53% 0.96% -
XYZ 44.36 51.61 94.81 -
YUV 179.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 115 200 246 0.53 0.19 0 0.04 201.07 0.88 0.71
Hex 73 C8 F6 35 13 0 4 C9 58 47
Octal 163 310 366 65 23 0 4 311 130 107
Binary 1110011 11001000 11110110 110101 10011 0 100 11001001 1011000 1000111

Color Harmonies of #73C8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C8F6

Black with #73C8F6

Text Example


Text Example

White with #73C8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,200,246); }

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

background-color css

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

 a { background-color: rgb(115,200,246); }

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

border-color css

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

 span { border-color: rgb(115,200,246); }

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