#6AABFE

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

Shades of Maya Blue #6AABFE

Tints of Maya Blue #6AABFE

Color information

#6AABFE (or 0x6AABFE) is unknown color: approx Maya Blue. HEX triplet: 6A, AB and FE. RGB value is (106,171,254). Sum of RGB (Red+Green+Blue) = 106+171+254=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #6AABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6AABFE is #955401. Grayscale: #A0A0A0. Windows color (decimal): -9786370 or 16690026. OLE color: 16690026.

HSL color Cylindrical-coordinate representation of color #6AABFE: hue angle of 213.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6AABFE is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB106171254-
CMYK0.580.3300.00
HSL213.65º98.67%70.59%-
HSV(B)213.65º58.27%99.61%-
XYZ38.439.3599.34-
YUV161.03180.4788.75-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.96%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 254 (99.61% from 255) = 47.83%
R=19.96%
G=32.20%
B=47.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1061712540.580.3300.00213.6598.6770.59
Hex6AABFE3A2100d66347
Octal152253376724100326143107
Binary11010101010101111111110111010100001001101011011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AABFE; }

 p { color: rgb(106,171,254); }

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

<style>
 a { background-color: #6AABFE; }

 a { background-color: rgb(106,171,254); }

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

<style>
 span { border-color: #6AABFE; }

 span { border-color: rgb(106,171,254); }

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