Shades of Maya Blue #6FAEFE
Tints of Maya Blue #6FAEFE
RGB
CMYK
RGB Variations
Color information
#6FAEFE (or 0x6FAEFE) is known color: Maya Blue. HEX triplet: 6F, AE and FE. RGB value is (111,174,254). Sum of RGB (Red+Green+Blue) = 111+174+254=539 (71% of max value = 765). Red value is 111 (43.75% from 255 or 20.59% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #6FAEFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6FAEFE is #905101. Grayscale: #A3A3A3. Windows color (decimal): -9457922 or 16690799. OLE color: 16690799.
HSL color Cylindrical-coordinate representation of color #6FAEFE: hue angle of 213.57º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6FAEFE is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 111 | 174 | 254 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.00 |
| HSL | 213.57º | 0.99% | 0.72% | - |
| HSV(B) | 213.57º | 0.56% | 1% | - |
| XYZ | 39.58 | 40.81 | 99.56 | - |
| YUV | 164.28 | 178.63 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 174 | 254 | 0.56 | 0.31 | 0 | 0.00 | 213.57 | 0.99 | 0.72 |
| Hex | 6F | AE | FE | 38 | 1F | 0 | 0 | D6 | 63 | 48 |
| Octal | 157 | 256 | 376 | 70 | 37 | 0 | 0 | 326 | 143 | 110 |
| Binary | 1101111 | 10101110 | 11111110 | 111000 | 11111 | 0 | 0 | 11010110 | 1100011 | 1001000 |
Color Harmonies of #6FAEFE
Complementary color
Monochromatic Colors of #6FAEFE
Black with #6FAEFE
Text Example
Text Example
White with #6FAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAEFE; }
p { color: rgb(111,174,254); }
H1.HeaderClassName
{
color: #6FAEFE;
}
.AnyTagClassName
{
color: #6FAEFE;
}
</style>
background-color css
<style>
a { background-color: #6FAEFE; }
a { background-color: rgb(111,174,254); }
div.DivClassName
{
background-color: #6FAEFE;
}
.BgClassName
{
background-color: #6FAEFE;
}
</style>
border-color css
<style>
span { border-color: #6FAEFE; }
span { border-color: rgb(111,174,254); }
td.TdClassName
{
border-color: #6FAEFE;
}
.TagClassName
{
border-color: #6FAEFE;
}
</style>