#6ABFFF

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

Shades of Maya Blue #6ABFFF

Tints of Maya Blue #6ABFFF

Color information

#6ABFFF (or 0x6ABFFF) is unknown color: approx Maya Blue. HEX triplet: 6A, BF and FF. RGB value is (106,191,255). Sum of RGB (Red+Green+Blue) = 106+191+255=552 (73% of max value = 765). Red value is 106 (41.80% from 255 or 19.20% from 552); Green value is 191 (75% from 255 or 34.60% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ABFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFFF is #954000. Grayscale: #ACACAC. Windows color (decimal): -9781249 or 16760682. OLE color: 16760682.

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

Color convert

RGB106191255-
CMYK0.580.2500
HSL205.77º100%70.78%-
HSV(B)205.77º58.43%100%-
XYZ42.6247.55101.54-
YUV172.88174.3480.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.20%
GREEN value IS 191 (75% from 255) = 34.60%
BLUE value IS 255 (100% from 255) = 46.20%
R=19.20%
G=34.60%
B=46.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1061912550.580.2500205.7710070.78
Hex6ABFFF3A1900ce6447
Octal152277377723100316144107
Binary1101010101111111111111111101011001001100111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,191,255); }

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

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

 a { background-color: rgb(106,191,255); }

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

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

 span { border-color: rgb(106,191,255); }

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