#73C8EB

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

Shades of Maya Blue #73C8EB

Tints of Maya Blue #73C8EB

Color information

#73C8EB (or 0x73C8EB) is unknown color: approx Maya Blue. HEX triplet: 73, C8 and EB. RGB value is (115,200,235). Sum of RGB (Red+Green+Blue) = 115+200+235=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #73C8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C8EB is #8C3714. Grayscale: #B2B2B2. Windows color (decimal): -9189141 or 15452275. OLE color: 15452275.

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

Color convert

RGB115200235-
CMYK0.510.1500.08
HSL197.5º75%68.63%-
HSV(B)197.5º51.06%92.16%-
XYZ42.7250.9586.18-
YUV178.58159.8482.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.91%
GREEN value IS 200 (78.52% from 255) = 36.36%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=20.91%
G=36.36%
B=42.73%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1152002350.510.1500.08197.57568.63
Hex73C8EB33F08c64b45
Octal1633103536317010306113105
Binary111001111001000111010111100111111010001100011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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