Shades of Maya Blue #6FD6FE
Tints of Maya Blue #6FD6FE
RGB
CMYK
RGB Variations
Color information
#6FD6FE (or 0x6FD6FE) is known color: Maya Blue. HEX triplet: 6F, D6 and FE. RGB value is (111,214,254). Sum of RGB (Red+Green+Blue) = 111+214+254=579 (76% of max value = 765). Red value is 111 (43.75% from 255 or 19.17% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FD6FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FD6FE is #902901. Grayscale: #BBBBBB. Windows color (decimal): -9447682 or 16701039. OLE color: 16701039.
HSL color Cylindrical-coordinate representation of color #6FD6FE: hue angle of 196.78º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FD6FE is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 214 | 254 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.00 |
| HSL | 196.78º | 0.99% | 0.72% | - |
| HSV(B) | 196.78º | 0.56% | 1% | - |
| XYZ | 48.49 | 58.63 | 102.53 | - |
| YUV | 187.76 | 165.38 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 214 | 254 | 0.56 | 0.16 | 0 | 0.00 | 196.78 | 0.99 | 0.72 |
| Hex | 6F | D6 | FE | 38 | 10 | 0 | 0 | C5 | 63 | 48 |
| Octal | 157 | 326 | 376 | 70 | 20 | 0 | 0 | 305 | 143 | 110 |
| Binary | 1101111 | 11010110 | 11111110 | 111000 | 10000 | 0 | 0 | 11000101 | 1100011 | 1001000 |
Color Harmonies of #6FD6FE
Complementary color
Monochromatic Colors of #6FD6FE
Black with #6FD6FE
Text Example
Text Example
White with #6FD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD6FE; }
p { color: rgb(111,214,254); }
H1.HeaderClassName
{
color: #6FD6FE;
}
.AnyTagClassName
{
color: #6FD6FE;
}
</style>
background-color css
<style>
a { background-color: #6FD6FE; }
a { background-color: rgb(111,214,254); }
div.DivClassName
{
background-color: #6FD6FE;
}
.BgClassName
{
background-color: #6FD6FE;
}
</style>
border-color css
<style>
span { border-color: #6FD6FE; }
span { border-color: rgb(111,214,254); }
td.TdClassName
{
border-color: #6FD6FE;
}
.TagClassName
{
border-color: #6FD6FE;
}
</style>