Shades of Maya Blue #69ABFD
Tints of Maya Blue #69ABFD
RGB
CMYK
RGB Variations
Color information
#69ABFD (or 0x69ABFD) is known color: Maya Blue. HEX triplet: 69, AB and FD. RGB value is (105,171,253). Sum of RGB (Red+Green+Blue) = 105+171+253=529 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.85% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 253 (99.22% from 255 or 47.83% from 529); Max value from RGB is 253 - color contains mainly: blue. Hex color #69ABFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ABFD is #965402. Grayscale: #A0A0A0. Windows color (decimal): -9851907 or 16624489. OLE color: 16624489.
HSL color Cylindrical-coordinate representation of color #69ABFD: hue angle of 213.24º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69ABFD is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 171 | 253 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.01 |
| HSL | 213.24º | 0.97% | 0.7% | - |
| HSV(B) | 213.24º | 0.58% | 0.99% | - |
| XYZ | 38.12 | 39.22 | 98.49 | - |
| YUV | 160.61 | 180.13 | 88.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 253 | 0.58 | 0.32 | 0 | 0.01 | 213.24 | 0.97 | 0.7 |
| Hex | 69 | AB | FD | 3A | 20 | 0 | 1 | D5 | 61 | 46 |
| Octal | 151 | 253 | 375 | 72 | 40 | 0 | 1 | 325 | 141 | 106 |
| Binary | 1101001 | 10101011 | 11111101 | 111010 | 100000 | 0 | 1 | 11010101 | 1100001 | 1000110 |
Color Harmonies of #69ABFD
Complementary color
Monochromatic Colors of #69ABFD
Black with #69ABFD
Text Example
Text Example
White with #69ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ABFD; }
p { color: rgb(105,171,253); }
H1.HeaderClassName
{
color: #69ABFD;
}
.AnyTagClassName
{
color: #69ABFD;
}
</style>
background-color css
<style>
a { background-color: #69ABFD; }
a { background-color: rgb(105,171,253); }
div.DivClassName
{
background-color: #69ABFD;
}
.BgClassName
{
background-color: #69ABFD;
}
</style>
border-color css
<style>
span { border-color: #69ABFD; }
span { border-color: rgb(105,171,253); }
td.TdClassName
{
border-color: #69ABFD;
}
.TagClassName
{
border-color: #69ABFD;
}
</style>