Shades of Maya Blue #6FBFFC
Tints of Maya Blue #6FBFFC
RGB
CMYK
RGB Variations
Color information
#6FBFFC (or 0x6FBFFC) is known color: Maya Blue. HEX triplet: 6F, BF and FC. RGB value is (111,191,252). Sum of RGB (Red+Green+Blue) = 111+191+252=554 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.04% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #6FBFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFFC is #904003. Grayscale: #ADADAD. Windows color (decimal): -9453572 or 16564079. OLE color: 16564079.
HSL color Cylindrical-coordinate representation of color #6FBFFC: hue angle of 205.96º 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 #6FBFFC is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 111 | 191 | 252 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.01 |
| HSL | 205.96º | 0.96% | 0.71% | - |
| HSV(B) | 205.96º | 0.56% | 0.99% | - |
| XYZ | 42.76 | 47.67 | 99.04 | - |
| YUV | 174.03 | 172 | 83.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 252 | 0.56 | 0.24 | 0 | 0.01 | 205.96 | 0.96 | 0.71 |
| Hex | 6F | BF | FC | 38 | 18 | 0 | 1 | CE | 60 | 47 |
| Octal | 157 | 277 | 374 | 70 | 30 | 0 | 1 | 316 | 140 | 107 |
| Binary | 1101111 | 10111111 | 11111100 | 111000 | 11000 | 0 | 1 | 11001110 | 1100000 | 1000111 |
Color Harmonies of #6FBFFC
Complementary color
Monochromatic Colors of #6FBFFC
Black with #6FBFFC
Text Example
Text Example
White with #6FBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFFC; }
p { color: rgb(111,191,252); }
H1.HeaderClassName
{
color: #6FBFFC;
}
.AnyTagClassName
{
color: #6FBFFC;
}
</style>
background-color css
<style>
a { background-color: #6FBFFC; }
a { background-color: rgb(111,191,252); }
div.DivClassName
{
background-color: #6FBFFC;
}
.BgClassName
{
background-color: #6FBFFC;
}
</style>
border-color css
<style>
span { border-color: #6FBFFC; }
span { border-color: rgb(111,191,252); }
td.TdClassName
{
border-color: #6FBFFC;
}
.TagClassName
{
border-color: #6FBFFC;
}
</style>