#6DD1FA

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

Shades of Maya Blue #6DD1FA

Tints of Maya Blue #6DD1FA

Color information

#6DD1FA (or 0x6DD1FA) is unknown color: approx Maya Blue. HEX triplet: 6D, D1 and FA. RGB value is (109,209,250). Sum of RGB (Red+Green+Blue) = 109+209+250=568 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.19% from 568); Green value is 209 (82.03% from 255 or 36.80% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DD1FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6DD1FA is #922E05. Grayscale: #B7B7B7. Windows color (decimal): -9580038 or 16437613. OLE color: 16437613.

HSL color Cylindrical-coordinate representation of color #6DD1FA: hue angle of 197.45º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DD1FA is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109209250-
CMYK0.560.1600.02
HSL197.45º93.38%70.39%-
HSV(B)197.45º56.4%98.04%-
XYZ46.3655.7598.76-
YUV183.77165.3774.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 19.19%
GREEN value IS 209 (82.03% from 255) = 36.80%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=19.19%
G=36.80%
B=44.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1092092500.560.1600.02197.4593.3870.39
Hex6DD1FA381002c55d46
Octal155321372702002305135106
Binary11011011101000111111010111000100000101100010110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DD1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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