#6AD0FD

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

Shades of Maya Blue #6AD0FD

Tints of Maya Blue #6AD0FD

Color information

#6AD0FD (or 0x6AD0FD) is unknown color: approx Maya Blue. HEX triplet: 6A, D0 and FD. RGB value is (106,208,253). Sum of RGB (Red+Green+Blue) = 106+208+253=567 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.69% from 567); Green value is 208 (81.64% from 255 or 36.68% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AD0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD0FD is #952F02. Grayscale: #B6B6B6. Windows color (decimal): -9776899 or 16633962. OLE color: 16633962.

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

Color convert

RGB106208253-
CMYK0.580.1800.01
HSL198.37º97.35%70.39%-
HSV(B)198.37º58.1%99.22%-
XYZ46.2355.27101.16-
YUV182.63167.7173.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.69%
GREEN value IS 208 (81.64% from 255) = 36.68%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=18.69%
G=36.68%
B=44.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062082530.580.1800.01198.3797.3570.39
Hex6AD0FD3A1201c66146
Octal152320375722201306141106
Binary1101010110100001111110111101010010011100011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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