Shades of Maya Blue #6FCFFA
Tints of Maya Blue #6FCFFA
RGB
CMYK
RGB Variations
Color information
#6FCFFA (or 0x6FCFFA) is known color: Maya Blue. HEX triplet: 6F, CF and FA. RGB value is (111,207,250). Sum of RGB (Red+Green+Blue) = 111+207+250=568 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.54% from 568); Green value is 207 (81.25% from 255 or 36.44% 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 #6FCFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFFA is #903005. Grayscale: #B6B6B6. Windows color (decimal): -9449478 or 16437103. OLE color: 16437103.
HSL color Cylindrical-coordinate representation of color #6FCFFA: hue angle of 198.56º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FCFFA is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 111 | 207 | 250 | - |
| CMYK | 0.56 | 0.17 | 0 | 0.02 |
| HSL | 198.56º | 0.93% | 0.71% | - |
| HSV(B) | 198.56º | 0.56% | 0.98% | - |
| XYZ | 46.12 | 54.91 | 98.61 | - |
| YUV | 183.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 250 | 0.56 | 0.17 | 0 | 0.02 | 198.56 | 0.93 | 0.71 |
| Hex | 6F | CF | FA | 38 | 11 | 0 | 2 | C7 | 5D | 47 |
| Octal | 157 | 317 | 372 | 70 | 21 | 0 | 2 | 307 | 135 | 107 |
| Binary | 1101111 | 11001111 | 11111010 | 111000 | 10001 | 0 | 10 | 11000111 | 1011101 | 1000111 |
Color Harmonies of #6FCFFA
Complementary color
Monochromatic Colors of #6FCFFA
Black with #6FCFFA
Text Example
Text Example
White with #6FCFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFFA; }
p { color: rgb(111,207,250); }
H1.HeaderClassName
{
color: #6FCFFA;
}
.AnyTagClassName
{
color: #6FCFFA;
}
</style>
background-color css
<style>
a { background-color: #6FCFFA; }
a { background-color: rgb(111,207,250); }
div.DivClassName
{
background-color: #6FCFFA;
}
.BgClassName
{
background-color: #6FCFFA;
}
</style>
border-color css
<style>
span { border-color: #6FCFFA; }
span { border-color: rgb(111,207,250); }
td.TdClassName
{
border-color: #6FCFFA;
}
.TagClassName
{
border-color: #6FCFFA;
}
</style>