Shades of Maya Blue #6FCFFF
Tints of Maya Blue #6FCFFF
RGB
CMYK
RGB Variations
Color information
#6FCFFF (or 0x6FCFFF) is known color: Maya Blue. HEX triplet: 6F, CF and FF. RGB value is (111,207,255). Sum of RGB (Red+Green+Blue) = 111+207+255=573 (75% of max value = 765). Red value is 111 (43.75% from 255 or 19.37% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #6FCFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFFF is #903000. Grayscale: #B7B7B7. Windows color (decimal): -9449473 or 16764783. OLE color: 16764783.
HSL color Cylindrical-coordinate representation of color #6FCFFF: hue angle of 200º 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 #6FCFFF is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 111 | 207 | 255 | - |
| CMYK | 0.56 | 0.19 | 0 | 0 |
| HSL | 200º | 1% | 0.72% | - |
| HSV(B) | 200º | 0.56% | 1% | - |
| XYZ | 46.92 | 55.23 | 102.79 | - |
| YUV | 183.77 | 168.2 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 255 | 0.56 | 0.19 | 0 | 0 | 200 | 1 | 0.72 |
| Hex | 6F | CF | FF | 38 | 13 | 0 | 0 | C8 | 64 | 48 |
| Octal | 157 | 317 | 377 | 70 | 23 | 0 | 0 | 310 | 144 | 110 |
| Binary | 1101111 | 11001111 | 11111111 | 111000 | 10011 | 0 | 0 | 11001000 | 1100100 | 1001000 |
Color Harmonies of #6FCFFF
Complementary color
Monochromatic Colors of #6FCFFF
Black with #6FCFFF
Text Example
Text Example
White with #6FCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFFF; }
p { color: rgb(111,207,255); }
H1.HeaderClassName
{
color: #6FCFFF;
}
.AnyTagClassName
{
color: #6FCFFF;
}
</style>
background-color css
<style>
a { background-color: #6FCFFF; }
a { background-color: rgb(111,207,255); }
div.DivClassName
{
background-color: #6FCFFF;
}
.BgClassName
{
background-color: #6FCFFF;
}
</style>
border-color css
<style>
span { border-color: #6FCFFF; }
span { border-color: rgb(111,207,255); }
td.TdClassName
{
border-color: #6FCFFF;
}
.TagClassName
{
border-color: #6FCFFF;
}
</style>