Shades of Maya Blue #6FBFEE
Tints of Maya Blue #6FBFEE
RGB
CMYK
RGB Variations
Color information
#6FBFEE (or 0x6FBFEE) is known color: Maya Blue. HEX triplet: 6F, BF and EE. RGB value is (111,191,238). Sum of RGB (Red+Green+Blue) = 111+191+238=540 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.56% from 540); Green value is 191 (75% from 255 or 35.37% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #6FBFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6FBFEE is #904011. Grayscale: #ACACAC. Windows color (decimal): -9453586 or 15646575. OLE color: 15646575.
HSL color Cylindrical-coordinate representation of color #6FBFEE: hue angle of 202.2º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6FBFEE is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 111 | 191 | 238 | - |
| CMYK | 0.53 | 0.20 | 0 | 0.07 |
| HSL | 202.2º | 0.79% | 0.68% | - |
| HSV(B) | 202.2º | 0.53% | 0.93% | - |
| XYZ | 40.62 | 46.81 | 87.78 | - |
| YUV | 172.44 | 165 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 191 | 238 | 0.53 | 0.20 | 0 | 0.07 | 202.2 | 0.79 | 0.68 |
| Hex | 6F | BF | EE | 35 | 14 | 0 | 7 | CA | 4F | 44 |
| Octal | 157 | 277 | 356 | 65 | 24 | 0 | 7 | 312 | 117 | 104 |
| Binary | 1101111 | 10111111 | 11101110 | 110101 | 10100 | 0 | 111 | 11001010 | 1001111 | 1000100 |
Color Harmonies of #6FBFEE
Complementary color
Monochromatic Colors of #6FBFEE
Black with #6FBFEE
Text Example
Text Example
White with #6FBFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBFEE; }
p { color: rgb(111,191,238); }
H1.HeaderClassName
{
color: #6FBFEE;
}
.AnyTagClassName
{
color: #6FBFEE;
}
</style>
background-color css
<style>
a { background-color: #6FBFEE; }
a { background-color: rgb(111,191,238); }
div.DivClassName
{
background-color: #6FBFEE;
}
.BgClassName
{
background-color: #6FBFEE;
}
</style>
border-color css
<style>
span { border-color: #6FBFEE; }
span { border-color: rgb(111,191,238); }
td.TdClassName
{
border-color: #6FBFEE;
}
.TagClassName
{
border-color: #6FBFEE;
}
</style>