#6AD1FA

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

Shades of Maya Blue #6AD1FA

Tints of Maya Blue #6AD1FA

Color information

#6AD1FA (or 0x6AD1FA) is unknown color: approx Maya Blue. HEX triplet: 6A, D1 and FA. RGB value is (106,209,250). Sum of RGB (Red+Green+Blue) = 106+209+250=565 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.76% from 565); Green value is 209 (82.03% from 255 or 36.99% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AD1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD1FA is #952E05. Grayscale: #B6B6B6. Windows color (decimal): -9776646 or 16437610. OLE color: 16437610.

HSL color Cylindrical-coordinate representation of color #6AD1FA: hue angle of 197.08º 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 #6AD1FA is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106209250-
CMYK0.580.1600.02
HSL197.08º93.51%69.8%-
HSV(B)197.08º57.6%98.04%-
XYZ4655.5798.74-
YUV182.88165.8873.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.76%
GREEN value IS 209 (82.03% from 255) = 36.99%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=18.76%
G=36.99%
B=44.25%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062092500.580.1600.02197.0893.5169.8
Hex6AD1FA3A1002c55e46
Octal152321372722002305136106
Binary11010101101000111111010111010100000101100010110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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