Shades of Maya Blue #6FBEEF
Tints of Maya Blue #6FBEEF
RGB
CMYK
RGB Variations
Color information
#6FBEEF (or 0x6FBEEF) is known color: Maya Blue. HEX triplet: 6F, BE and EF. RGB value is (111,190,239). Sum of RGB (Red+Green+Blue) = 111+190+239=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 190 (74.61% from 255 or 35.19% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FBEEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBEEF is #904110. Grayscale: #ABABAB. Windows color (decimal): -9453841 or 15711855. OLE color: 15711855.
HSL color Cylindrical-coordinate representation of color #6FBEEF: hue angle of 202.97º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6FBEEF is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 190 | 239 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.06 |
| HSL | 202.97º | 0.8% | 0.69% | - |
| HSV(B) | 202.97º | 0.54% | 0.94% | - |
| XYZ | 40.55 | 46.44 | 88.49 | - |
| YUV | 171.97 | 165.83 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 190 | 239 | 0.54 | 0.21 | 0 | 0.06 | 202.97 | 0.8 | 0.69 |
| Hex | 6F | BE | EF | 36 | 15 | 0 | 6 | CB | 50 | 45 |
| Octal | 157 | 276 | 357 | 66 | 25 | 0 | 6 | 313 | 120 | 105 |
| Binary | 1101111 | 10111110 | 11101111 | 110110 | 10101 | 0 | 110 | 11001011 | 1010000 | 1000101 |
Color Harmonies of #6FBEEF
Complementary color
Monochromatic Colors of #6FBEEF
Black with #6FBEEF
Text Example
Text Example
White with #6FBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBEEF; }
p { color: rgb(111,190,239); }
H1.HeaderClassName
{
color: #6FBEEF;
}
.AnyTagClassName
{
color: #6FBEEF;
}
</style>
background-color css
<style>
a { background-color: #6FBEEF; }
a { background-color: rgb(111,190,239); }
div.DivClassName
{
background-color: #6FBEEF;
}
.BgClassName
{
background-color: #6FBEEF;
}
</style>
border-color css
<style>
span { border-color: #6FBEEF; }
span { border-color: rgb(111,190,239); }
td.TdClassName
{
border-color: #6FBEEF;
}
.TagClassName
{
border-color: #6FBEEF;
}
</style>