Html Css Color HEX #73C7F8 Maya Blue

📋 copy color: '#73C7F8'

red 115 ◦ green 199 ◦ blue 248

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

Shades of Maya Blue #73C7F8

Tints of Maya Blue #73C7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 44.13%

R = 20.46%
G = 35.41%
B = 44.13%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#73C7F8 (or 0x73C7F8) is known color: Maya Blue. HEX triplet: 73, C7 and F8. RGB value is (115,199,248). Sum of RGB (Red+Green+Blue) = 115+199+248=562 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.46% from 562); Green value is 199 (78.12% from 255 or 35.41% from 562); Blue value is 248 (97.27% from 255 or 44.13% from 562); Max value from RGB is 248 - color contains mainly: blue. Hex color #73C7F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C7F8 is #8C3807. Grayscale: #B3B3B3. Windows color (decimal): -9189384 or 16303987. OLE color: 16303987.

HSL color Cylindrical-coordinate representation of color #73C7F8: hue angle of 202.11º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73C7F8 is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 115 199 248 -
CMYK 0.54 0.20 0 0.03
HSL 202.11º 0.9% 0.71% -
HSV(B) 202.11º 0.54% 0.97% -
XYZ 44.44 51.27 96.36 -
YUV 179.47 166.67 82.02 -
System Red Green Blue C M Y K H S L
Decimal 115 199 248 0.54 0.20 0 0.03 202.11 0.9 0.71
Hex 73 C7 F8 36 14 0 3 CA 5A 47
Octal 163 307 370 66 24 0 3 312 132 107
Binary 1110011 11000111 11111000 110110 10100 0 11 11001010 1011010 1000111

Color Harmonies of #73C7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C7F8

Black with #73C7F8

Text Example


Text Example

White with #73C7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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