Shades of Maya Blue #69ABFE
Tints of Maya Blue #69ABFE
RGB
CMYK
RGB Variations
Color information
#69ABFE (or 0x69ABFE) is known color: Maya Blue. HEX triplet: 69, AB and FE. RGB value is (105,171,254). Sum of RGB (Red+Green+Blue) = 105+171+254=530 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.81% from 530); Green value is 171 (67.19% from 255 or 32.26% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #69ABFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ABFE is #965401. Grayscale: #A0A0A0. Windows color (decimal): -9851906 or 16690025. OLE color: 16690025.
HSL color Cylindrical-coordinate representation of color #69ABFE: hue angle of 213.42º 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 #69ABFE is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 105 | 171 | 254 | - |
| CMYK | 0.59 | 0.33 | 0 | 0.00 |
| HSL | 213.42º | 0.99% | 0.7% | - |
| HSV(B) | 213.42º | 0.59% | 1% | - |
| XYZ | 38.28 | 39.28 | 99.33 | - |
| YUV | 160.73 | 180.63 | 88.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 254 | 0.59 | 0.33 | 0 | 0.00 | 213.42 | 0.99 | 0.7 |
| Hex | 69 | AB | FE | 3B | 21 | 0 | 0 | D5 | 63 | 46 |
| Octal | 151 | 253 | 376 | 73 | 41 | 0 | 0 | 325 | 143 | 106 |
| Binary | 1101001 | 10101011 | 11111110 | 111011 | 100001 | 0 | 0 | 11010101 | 1100011 | 1000110 |
Color Harmonies of #69ABFE
Complementary color
Monochromatic Colors of #69ABFE
Black with #69ABFE
Text Example
Text Example
White with #69ABFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ABFE; }
p { color: rgb(105,171,254); }
H1.HeaderClassName
{
color: #69ABFE;
}
.AnyTagClassName
{
color: #69ABFE;
}
</style>
background-color css
<style>
a { background-color: #69ABFE; }
a { background-color: rgb(105,171,254); }
div.DivClassName
{
background-color: #69ABFE;
}
.BgClassName
{
background-color: #69ABFE;
}
</style>
border-color css
<style>
span { border-color: #69ABFE; }
span { border-color: rgb(105,171,254); }
td.TdClassName
{
border-color: #69ABFE;
}
.TagClassName
{
border-color: #69ABFE;
}
</style>