Shades of Maya Blue #6FD1FF
Tints of Maya Blue #6FD1FF
RGB
CMYK
RGB Variations
Color information
#6FD1FF (or 0x6FD1FF) is known color: Maya Blue. HEX triplet: 6F, D1 and FF. RGB value is (111,209,255). Sum of RGB (Red+Green+Blue) = 111+209+255=575 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.30% from 575); Green value is 209 (82.03% from 255 or 36.35% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FD1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD1FF is #902E00. Grayscale: #B8B8B8. Windows color (decimal): -9448961 or 16765295. OLE color: 16765295.
HSL color Cylindrical-coordinate representation of color #6FD1FF: hue angle of 199.17º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD1FF is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 209 | 255 | - |
| CMYK | 0.56 | 0.18 | 0 | 0 |
| HSL | 199.17º | 1% | 0.72% | - |
| HSV(B) | 199.17º | 0.56% | 1% | - |
| XYZ | 47.41 | 56.2 | 102.96 | - |
| YUV | 184.94 | 167.53 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 209 | 255 | 0.56 | 0.18 | 0 | 0 | 199.17 | 1 | 0.72 |
| Hex | 6F | D1 | FF | 38 | 12 | 0 | 0 | C7 | 64 | 48 |
| Octal | 157 | 321 | 377 | 70 | 22 | 0 | 0 | 307 | 144 | 110 |
| Binary | 1101111 | 11010001 | 11111111 | 111000 | 10010 | 0 | 0 | 11000111 | 1100100 | 1001000 |
Color Harmonies of #6FD1FF
Complementary color
Monochromatic Colors of #6FD1FF
Black with #6FD1FF
Text Example
Text Example
White with #6FD1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD1FF; }
p { color: rgb(111,209,255); }
H1.HeaderClassName
{
color: #6FD1FF;
}
.AnyTagClassName
{
color: #6FD1FF;
}
</style>
background-color css
<style>
a { background-color: #6FD1FF; }
a { background-color: rgb(111,209,255); }
div.DivClassName
{
background-color: #6FD1FF;
}
.BgClassName
{
background-color: #6FD1FF;
}
</style>
border-color css
<style>
span { border-color: #6FD1FF; }
span { border-color: rgb(111,209,255); }
td.TdClassName
{
border-color: #6FD1FF;
}
.TagClassName
{
border-color: #6FD1FF;
}
</style>