#6AD5FD

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

Shades of Maya Blue #6AD5FD

Tints of Maya Blue #6AD5FD

Color information

#6AD5FD (or 0x6AD5FD) is unknown color: approx Maya Blue. HEX triplet: 6A, D5 and FD. RGB value is (106,213,253). Sum of RGB (Red+Green+Blue) = 106+213+253=572 (75% of max value = 765). Red value is 106 (41.80% from 255 or 18.53% from 572); Green value is 213 (83.59% from 255 or 37.24% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #6AD5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6AD5FD is #952A02. Grayscale: #B9B9B9. Windows color (decimal): -9775619 or 16635242. OLE color: 16635242.

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

Color convert

RGB106213253-
CMYK0.580.1600.01
HSL196.33º97.35%70.39%-
HSV(B)196.33º58.1%99.22%-
XYZ47.4757.74101.57-
YUV185.57166.0571.25-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 18.53%
GREEN value IS 213 (83.59% from 255) = 37.24%
BLUE value IS 253 (99.22% from 255) = 44.23%
R=18.53%
G=37.24%
B=44.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1062132530.580.1600.01196.3397.3570.39
Hex6AD5FD3A1001c46146
Octal152325375722001304141106
Binary1101010110101011111110111101010000011100010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AD5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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