#73CAFE

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

Shades of Maya Blue #73CAFE

Tints of Maya Blue #73CAFE

Color information

#73CAFE (or 0x73CAFE) is unknown color: approx Maya Blue. HEX triplet: 73, CA and FE. RGB value is (115,202,254). Sum of RGB (Red+Green+Blue) = 115+202+254=571 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.14% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #73CAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CAFE is #8C3501. Grayscale: #B5B5B5. Windows color (decimal): -9188610 or 16697971. OLE color: 16697971.

HSL color Cylindrical-coordinate representation of color #73CAFE: hue angle of 202.45º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73CAFE is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115202254-
CMYK0.550.2000.00
HSL202.45º98.58%72.35%-
HSV(B)202.45º54.72%99.61%-
XYZ46.0853.04101.58-
YUV181.92168.6880.27-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 20.14%
GREEN value IS 202 (79.30% from 255) = 35.38%
BLUE value IS 254 (99.61% from 255) = 44.48%
R=20.14%
G=35.38%
B=44.48%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1152022540.550.2000.00202.4598.5872.35
Hex73CAFE371400ca6348
Octal163312376672400312143110
Binary1110011110010101111111011011110100001100101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,202,254); }

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

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

 a { background-color: rgb(115,202,254); }

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

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

 span { border-color: rgb(115,202,254); }

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