#6ABBFA

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

Shades of Maya Blue #6ABBFA

Tints of Maya Blue #6ABBFA

Color information

#6ABBFA (or 0x6ABBFA) is unknown color: approx Maya Blue. HEX triplet: 6A, BB and FA. RGB value is (106,187,250). Sum of RGB (Red+Green+Blue) = 106+187+250=543 (71% of max value = 765). Red value is 106 (41.80% from 255 or 19.52% from 543); Green value is 187 (73.44% from 255 or 34.44% from 543); Blue value is 250 (98.05% from 255 or 46.04% from 543); Max value from RGB is 250 - color contains mainly: blue. Hex color #6ABBFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABBFA is #954405. Grayscale: #A9A9A9. Windows color (decimal): -9782278 or 16431978. OLE color: 16431978.

HSL color Cylindrical-coordinate representation of color #6ABBFA: hue angle of 206.25º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6ABBFA is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106187250-
CMYK0.580.2500.02
HSL206.25º93.51%69.8%-
HSV(B)206.25º57.6%98.04%-
XYZ40.9745.5197.07-
YUV169.96173.1682.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.52%
GREEN value IS 187 (73.44% from 255) = 34.44%
BLUE value IS 250 (98.05% from 255) = 46.04%
R=19.52%
G=34.44%
B=46.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061872500.580.2500.02206.2593.5169.8
Hex6ABBFA3A1902ce5e46
Octal152273372723102316136106
Binary11010101011101111111010111010110010101100111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,187,250); }

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

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

 a { background-color: rgb(106,187,250); }

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

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

 span { border-color: rgb(106,187,250); }

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