Shades of Maya Blue #69BAFE
Tints of Maya Blue #69BAFE
RGB
CMYK
RGB Variations
Color information
#69BAFE (or 0x69BAFE) is known color: Maya Blue. HEX triplet: 69, BA and FE. RGB value is (105,186,254). Sum of RGB (Red+Green+Blue) = 105+186+254=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #69BAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BAFE is #964501. Grayscale: #A9A9A9. Windows color (decimal): -9848066 or 16693865. OLE color: 16693865.
HSL color Cylindrical-coordinate representation of color #69BAFE: hue angle of 207.38º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BAFE is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 186 | 254 | - |
| CMYK | 0.59 | 0.27 | 0 | 0.00 |
| HSL | 207.38º | 0.99% | 0.7% | - |
| HSV(B) | 207.38º | 0.59% | 1% | - |
| XYZ | 41.27 | 45.28 | 100.33 | - |
| YUV | 169.53 | 175.66 | 81.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 186 | 254 | 0.59 | 0.27 | 0 | 0.00 | 207.38 | 0.99 | 0.7 |
| Hex | 69 | BA | FE | 3B | 1B | 0 | 0 | CF | 63 | 46 |
| Octal | 151 | 272 | 376 | 73 | 33 | 0 | 0 | 317 | 143 | 106 |
| Binary | 1101001 | 10111010 | 11111110 | 111011 | 11011 | 0 | 0 | 11001111 | 1100011 | 1000110 |
Color Harmonies of #69BAFE
Complementary color
Monochromatic Colors of #69BAFE
Black with #69BAFE
Text Example
Text Example
White with #69BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BAFE; }
p { color: rgb(105,186,254); }
H1.HeaderClassName
{
color: #69BAFE;
}
.AnyTagClassName
{
color: #69BAFE;
}
</style>
background-color css
<style>
a { background-color: #69BAFE; }
a { background-color: rgb(105,186,254); }
div.DivClassName
{
background-color: #69BAFE;
}
.BgClassName
{
background-color: #69BAFE;
}
</style>
border-color css
<style>
span { border-color: #69BAFE; }
span { border-color: rgb(105,186,254); }
td.TdClassName
{
border-color: #69BAFE;
}
.TagClassName
{
border-color: #69BAFE;
}
</style>