Shades of Maya Blue #6FBBFC
Tints of Maya Blue #6FBBFC
RGB
CMYK
RGB Variations
Color information
#6FBBFC (or 0x6FBBFC) is known color: Maya Blue. HEX triplet: 6F, BB and FC. RGB value is (111,187,252). Sum of RGB (Red+Green+Blue) = 111+187+252=550 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.18% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 252 (98.83% from 255 or 45.82% from 550); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FBBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBBFC is #904403. Grayscale: #ABABAB. Windows color (decimal): -9454596 or 16563055. OLE color: 16563055.
HSL color Cylindrical-coordinate representation of color #6FBBFC: hue angle of 207.66º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FBBFC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 187 | 252 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.01 |
| HSL | 207.66º | 0.96% | 0.71% | - |
| HSV(B) | 207.66º | 0.56% | 0.99% | - |
| XYZ | 41.9 | 45.95 | 98.76 | - |
| YUV | 171.69 | 173.32 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 187 | 252 | 0.56 | 0.26 | 0 | 0.01 | 207.66 | 0.96 | 0.71 |
| Hex | 6F | BB | FC | 38 | 1A | 0 | 1 | D0 | 60 | 47 |
| Octal | 157 | 273 | 374 | 70 | 32 | 0 | 1 | 320 | 140 | 107 |
| Binary | 1101111 | 10111011 | 11111100 | 111000 | 11010 | 0 | 1 | 11010000 | 1100000 | 1000111 |
Color Harmonies of #6FBBFC
Complementary color
Monochromatic Colors of #6FBBFC
Black with #6FBBFC
Text Example
Text Example
White with #6FBBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBBFC; }
p { color: rgb(111,187,252); }
H1.HeaderClassName
{
color: #6FBBFC;
}
.AnyTagClassName
{
color: #6FBBFC;
}
</style>
background-color css
<style>
a { background-color: #6FBBFC; }
a { background-color: rgb(111,187,252); }
div.DivClassName
{
background-color: #6FBBFC;
}
.BgClassName
{
background-color: #6FBBFC;
}
</style>
border-color css
<style>
span { border-color: #6FBBFC; }
span { border-color: rgb(111,187,252); }
td.TdClassName
{
border-color: #6FBBFC;
}
.TagClassName
{
border-color: #6FBBFC;
}
</style>