#73C8F8

Color #73C8F8 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #73C8F8

Tints of Maya Blue #73C8F8

Color information

#73C8F8 (or 0x73C8F8) is unknown color: approx Maya Blue. HEX triplet: 73, C8 and F8. RGB value is (115,200,248). Sum of RGB (Red+Green+Blue) = 115+200+248=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 248 (97.27% from 255 or 44.05% from 563); Max value from RGB is 248 - color contains mainly: blue. Hex color #73C8F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C8F8 is #8C3707. Grayscale: #B3B3B3. Windows color (decimal): -9189128 or 16304243. OLE color: 16304243.

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

Color convert

RGB115200248-
CMYK0.540.1900.03
HSL201.65º90.48%71.18%-
HSV(B)201.65º53.63%97.25%-
XYZ44.6751.7396.44-
YUV180.06166.3481.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.43%
GREEN value IS 200 (78.52% from 255) = 35.52%
BLUE value IS 248 (97.27% from 255) = 44.05%
R=20.43%
G=35.52%
B=44.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1152002480.540.1900.03201.6590.4871.18
Hex73C8F8361303ca5a47
Octal163310370662303312132107
Binary11100111100100011111000110110100110111100101010110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73C8F8;
 }
 .AnyTagClassName
 {
   color: #73C8F8;
 }
</style>
background-color css

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

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

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

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

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

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