#73C1EF

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

Shades of Maya Blue #73C1EF

Tints of Maya Blue #73C1EF

Color information

#73C1EF (or 0x73C1EF) is unknown color: approx Maya Blue. HEX triplet: 73, C1 and EF. RGB value is (115,193,239). Sum of RGB (Red+Green+Blue) = 115+193+239=547 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.02% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #73C1EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C1EF is #8C3E10. Grayscale: #AEAEAE. Windows color (decimal): -9190929 or 15712627. OLE color: 15712627.

HSL color Cylindrical-coordinate representation of color #73C1EF: hue angle of 202.26º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #73C1EF is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB115193239-
CMYK0.520.1900.06
HSL202.26º79.49%69.41%-
HSV(B)202.26º51.88%93.73%-
XYZ41.7248.0288.73-
YUV174.92164.1685.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.02%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 239 (93.75% from 255) = 43.69%
R=21.02%
G=35.28%
B=43.69%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1151932390.520.1900.06202.2679.4969.41
Hex73C1EF341306ca4f45
Octal163301357642306312117105
Binary111001111000001111011111101001001101101100101010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73C1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,193,239); }

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

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

 a { background-color: rgb(115,193,239); }

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

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

 span { border-color: rgb(115,193,239); }

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