#73AFFE

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

Shades of Maya Blue #73AFFE

Tints of Maya Blue #73AFFE

Color information

#73AFFE (or 0x73AFFE) is unknown color: approx Maya Blue. HEX triplet: 73, AF and FE. RGB value is (115,175,254). Sum of RGB (Red+Green+Blue) = 115+175+254=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #73AFFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #73AFFE is #8C5001. Grayscale: #A5A5A5. Windows color (decimal): -9195522 or 16691059. OLE color: 16691059.

HSL color Cylindrical-coordinate representation of color #73AFFE: hue angle of 214.1º 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 #73AFFE is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB115175254-
CMYK0.550.3100.00
HSL214.1º98.58%72.35%-
HSV(B)214.1º54.72%99.61%-
XYZ40.2941.4699.65-
YUV166.07177.6291.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 21.14%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 254 (99.61% from 255) = 46.69%
R=21.14%
G=32.17%
B=46.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1151752540.550.3100.00214.198.5872.35
Hex73AFFE371F00d66348
Octal163257376673700326143110
Binary1110011101011111111111011011111111001101011011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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