Shades of Maya Blue #6FCFF8
Tints of Maya Blue #6FCFF8
RGB
CMYK
RGB Variations
Color information
#6FCFF8 (or 0x6FCFF8) is known color: Maya Blue. HEX triplet: 6F, CF and F8. RGB value is (111,207,248). Sum of RGB (Red+Green+Blue) = 111+207+248=566 (74% of max value = 765). Red value is 111 (43.75% from 255 or 19.61% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #6FCFF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCFF8 is #903007. Grayscale: #B6B6B6. Windows color (decimal): -9449480 or 16306031. OLE color: 16306031.
HSL color Cylindrical-coordinate representation of color #6FCFF8: hue angle of 197.96º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6FCFF8 is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 111 | 207 | 248 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.03 |
| HSL | 197.96º | 0.91% | 0.7% | - |
| HSV(B) | 197.96º | 0.55% | 0.97% | - |
| XYZ | 45.81 | 54.78 | 96.97 | - |
| YUV | 182.97 | 164.7 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 248 | 0.55 | 0.17 | 0 | 0.03 | 197.96 | 0.91 | 0.7 |
| Hex | 6F | CF | F8 | 37 | 11 | 0 | 3 | C6 | 5B | 46 |
| Octal | 157 | 317 | 370 | 67 | 21 | 0 | 3 | 306 | 133 | 106 |
| Binary | 1101111 | 11001111 | 11111000 | 110111 | 10001 | 0 | 11 | 11000110 | 1011011 | 1000110 |
Color Harmonies of #6FCFF8
Complementary color
Monochromatic Colors of #6FCFF8
Black with #6FCFF8
Text Example
Text Example
White with #6FCFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCFF8; }
p { color: rgb(111,207,248); }
H1.HeaderClassName
{
color: #6FCFF8;
}
.AnyTagClassName
{
color: #6FCFF8;
}
</style>
background-color css
<style>
a { background-color: #6FCFF8; }
a { background-color: rgb(111,207,248); }
div.DivClassName
{
background-color: #6FCFF8;
}
.BgClassName
{
background-color: #6FCFF8;
}
</style>
border-color css
<style>
span { border-color: #6FCFF8; }
span { border-color: rgb(111,207,248); }
td.TdClassName
{
border-color: #6FCFF8;
}
.TagClassName
{
border-color: #6FCFF8;
}
</style>