#6AD0FA

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

Shades of Maya Blue #6AD0FA

Tints of Maya Blue #6AD0FA

Color information

#6AD0FA (or 0x6AD0FA) is unknown color: approx Maya Blue. HEX triplet: 6A, D0 and FA. RGB value is (106,208,250). Sum of RGB (Red+Green+Blue) = 106+208+250=564 (74% of max value = 765). Red value is 106 (41.80% from 255 or 18.79% from 564); Green value is 208 (81.64% from 255 or 36.88% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #6AD0FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD0FA is #952F05. Grayscale: #B6B6B6. Windows color (decimal): -9776902 or 16437354. OLE color: 16437354.

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

Color convert

RGB106208250-
CMYK0.580.1700.02
HSL197.5º93.51%69.8%-
HSV(B)197.5º57.6%98.04%-
XYZ45.7655.0898.66-
YUV182.29166.2173.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.79%
GREEN value IS 208 (81.64% from 255) = 36.88%
BLUE value IS 250 (98.05% from 255) = 44.33%
R=18.79%
G=36.88%
B=44.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1062082500.580.1700.02197.593.5169.8
Hex6AD0FA3A1102c65e46
Octal152320372722102306136106
Binary11010101101000011111010111010100010101100011010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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