#6ABFFD

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

Shades of Maya Blue #6ABFFD

Tints of Maya Blue #6ABFFD

Color information

#6ABFFD (or 0x6ABFFD) is unknown color: approx Maya Blue. HEX triplet: 6A, BF and FD. RGB value is (106,191,253). Sum of RGB (Red+Green+Blue) = 106+191+253=550 (72% of max value = 765). Red value is 106 (41.80% from 255 or 19.27% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #6ABFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABFFD is #954002. Grayscale: #ACACAC. Windows color (decimal): -9781251 or 16629610. OLE color: 16629610.

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

Color convert

RGB106191253-
CMYK0.580.2500.01
HSL205.31º97.35%70.39%-
HSV(B)205.31º58.1%99.22%-
XYZ42.347.4299.85-
YUV172.65173.3480.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 19.27%
GREEN value IS 191 (75% from 255) = 34.73%
BLUE value IS 253 (99.22% from 255) = 46%
R=19.27%
G=34.73%
B=46%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1061912530.580.2500.01205.3197.3570.39
Hex6ABFFD3A1901cd6146
Octal152277375723101315141106
Binary1101010101111111111110111101011001011100110111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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