Shades of Maya Blue #6FCBEF
Tints of Maya Blue #6FCBEF
RGB
CMYK
RGB Variations
Color information
#6FCBEF (or 0x6FCBEF) is known color: Maya Blue. HEX triplet: 6F, CB and EF. RGB value is (111,203,239). Sum of RGB (Red+Green+Blue) = 111+203+239=553 (73% of max value = 765). Red value is 111 (43.75% from 255 or 20.07% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 239 (93.75% from 255 or 43.22% from 553); Max value from RGB is 239 - color contains mainly: blue. Hex color #6FCBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FCBEF is #903410. Grayscale: #B3B3B3. Windows color (decimal): -9450513 or 15715183. OLE color: 15715183.
HSL color Cylindrical-coordinate representation of color #6FCBEF: hue angle of 196.88º 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 #6FCBEF is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 111 | 203 | 239 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.06 |
| HSL | 196.88º | 0.8% | 0.69% | - |
| HSV(B) | 196.88º | 0.54% | 0.94% | - |
| XYZ | 43.49 | 52.32 | 89.47 | - |
| YUV | 179.6 | 161.52 | 79.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 203 | 239 | 0.54 | 0.15 | 0 | 0.06 | 196.88 | 0.8 | 0.69 |
| Hex | 6F | CB | EF | 36 | F | 0 | 6 | C5 | 50 | 45 |
| Octal | 157 | 313 | 357 | 66 | 17 | 0 | 6 | 305 | 120 | 105 |
| Binary | 1101111 | 11001011 | 11101111 | 110110 | 1111 | 0 | 110 | 11000101 | 1010000 | 1000101 |
Color Harmonies of #6FCBEF
Complementary color
Monochromatic Colors of #6FCBEF
Black with #6FCBEF
Text Example
Text Example
White with #6FCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCBEF; }
p { color: rgb(111,203,239); }
H1.HeaderClassName
{
color: #6FCBEF;
}
.AnyTagClassName
{
color: #6FCBEF;
}
</style>
background-color css
<style>
a { background-color: #6FCBEF; }
a { background-color: rgb(111,203,239); }
div.DivClassName
{
background-color: #6FCBEF;
}
.BgClassName
{
background-color: #6FCBEF;
}
</style>
border-color css
<style>
span { border-color: #6FCBEF; }
span { border-color: rgb(111,203,239); }
td.TdClassName
{
border-color: #6FCBEF;
}
.TagClassName
{
border-color: #6FCBEF;
}
</style>