Shades of Maya Blue #6FBFF2
Tints of Maya Blue #6FBFF2
RGB
CMYK
RGB Variations
Color information
#6FBFF2 (or 0x6FBFF2) is known color: Maya Blue. HEX triplet: 6F, BF and F2. RGB value is (111,191,242). Sum of RGB (Red+Green+Blue) = 111+191+242=544 (72% of max value = 765). Red value is 111 (43.75% from 255 or 20.40% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #6FBFF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFF2 is #90400D. Grayscale: #ACACAC. Windows color (decimal): -9453582 or 15908719. OLE color: 15908719.
HSL color Cylindrical-coordinate representation of color #6FBFF2: hue angle of 203.36º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBFF2 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 111 | 191 | 242 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.05 |
| HSL | 203.36º | 0.83% | 0.69% | - |
| HSV(B) | 203.36º | 0.54% | 0.95% | - |
| XYZ | 41.21 | 47.05 | 90.91 | - |
| YUV | 172.89 | 167 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 242 | 0.54 | 0.21 | 0 | 0.05 | 203.36 | 0.83 | 0.69 |
| Hex | 6F | BF | F2 | 36 | 15 | 0 | 5 | CB | 53 | 45 |
| Octal | 157 | 277 | 362 | 66 | 25 | 0 | 5 | 313 | 123 | 105 |
| Binary | 1101111 | 10111111 | 11110010 | 110110 | 10101 | 0 | 101 | 11001011 | 1010011 | 1000101 |
Color Harmonies of #6FBFF2
Complementary color
Monochromatic Colors of #6FBFF2
Black with #6FBFF2
Text Example
Text Example
White with #6FBFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFF2; }
p { color: rgb(111,191,242); }
H1.HeaderClassName
{
color: #6FBFF2;
}
.AnyTagClassName
{
color: #6FBFF2;
}
</style>
background-color css
<style>
a { background-color: #6FBFF2; }
a { background-color: rgb(111,191,242); }
div.DivClassName
{
background-color: #6FBFF2;
}
.BgClassName
{
background-color: #6FBFF2;
}
</style>
border-color css
<style>
span { border-color: #6FBFF2; }
span { border-color: rgb(111,191,242); }
td.TdClassName
{
border-color: #6FBFF2;
}
.TagClassName
{
border-color: #6FBFF2;
}
</style>