Html Css Color HEX #73C7F6 Maya Blue

📋 copy color: '#73C7F6'

red 115 ◦ green 199 ◦ blue 246

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

Shades of Maya Blue #73C7F6

Tints of Maya Blue #73C7F6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

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

R = 20.54%
G = 35.54%
B = 43.93%

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

#73C7F6 (or 0x73C7F6) is known color: Maya Blue. HEX triplet: 73, C7 and F6. RGB value is (115,199,246). Sum of RGB (Red+Green+Blue) = 115+199+246=560 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.54% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #73C7F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C7F6 is #8C3809. Grayscale: #B2B2B2. Windows color (decimal): -9189386 or 16172915. OLE color: 16172915.

HSL color Cylindrical-coordinate representation of color #73C7F6: hue angle of 201.53º 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 #73C7F6 is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 199 246 -
CMYK 0.53 0.19 0 0.04
HSL 201.53º 0.88% 0.71% -
HSV(B) 201.53º 0.53% 0.96% -
XYZ 44.13 51.15 94.74 -
YUV 179.24 165.67 82.18 -
System Red Green Blue C M Y K H S L
Decimal 115 199 246 0.53 0.19 0 0.04 201.53 0.88 0.71
Hex 73 C7 F6 35 13 0 4 CA 58 47
Octal 163 307 366 65 23 0 4 312 130 107
Binary 1110011 11000111 11110110 110101 10011 0 100 11001010 1011000 1000111

Color Harmonies of #73C7F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C7F6

Black with #73C7F6

Text Example


Text Example

White with #73C7F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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