Shades of Maya Blue #69ACF9
Tints of Maya Blue #69ACF9
RGB
CMYK
RGB Variations
Color information
#69ACF9 (or 0x69ACF9) is known color: Maya Blue. HEX triplet: 69, AC and F9. RGB value is (105,172,249). Sum of RGB (Red+Green+Blue) = 105+172+249=526 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.96% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #69ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ACF9 is #965306. Grayscale: #A0A0A0. Windows color (decimal): -9851655 or 16362601. OLE color: 16362601.
HSL color Cylindrical-coordinate representation of color #69ACF9: hue angle of 212.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69ACF9 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 172 | 249 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.02 |
| HSL | 212.08º | 0.92% | 0.69% | - |
| HSV(B) | 212.08º | 0.58% | 0.98% | - |
| XYZ | 37.68 | 39.35 | 95.23 | - |
| YUV | 160.75 | 177.8 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 172 | 249 | 0.58 | 0.31 | 0 | 0.02 | 212.08 | 0.92 | 0.69 |
| Hex | 69 | AC | F9 | 3A | 1F | 0 | 2 | D4 | 5C | 45 |
| Octal | 151 | 254 | 371 | 72 | 37 | 0 | 2 | 324 | 134 | 105 |
| Binary | 1101001 | 10101100 | 11111001 | 111010 | 11111 | 0 | 10 | 11010100 | 1011100 | 1000101 |
Color Harmonies of #69ACF9
Complementary color
Monochromatic Colors of #69ACF9
Black with #69ACF9
Text Example
Text Example
White with #69ACF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ACF9; }
p { color: rgb(105,172,249); }
H1.HeaderClassName
{
color: #69ACF9;
}
.AnyTagClassName
{
color: #69ACF9;
}
</style>
background-color css
<style>
a { background-color: #69ACF9; }
a { background-color: rgb(105,172,249); }
div.DivClassName
{
background-color: #69ACF9;
}
.BgClassName
{
background-color: #69ACF9;
}
</style>
border-color css
<style>
span { border-color: #69ACF9; }
span { border-color: rgb(105,172,249); }
td.TdClassName
{
border-color: #69ACF9;
}
.TagClassName
{
border-color: #69ACF9;
}
</style>