Shades of Maya Blue #69ABFC
Tints of Maya Blue #69ABFC
RGB
CMYK
RGB Variations
Color information
#69ABFC (or 0x69ABFC) is known color: Maya Blue. HEX triplet: 69, AB and FC. RGB value is (105,171,252). Sum of RGB (Red+Green+Blue) = 105+171+252=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #69ABFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69ABFC is #965403. Grayscale: #A0A0A0. Windows color (decimal): -9851908 or 16558953. OLE color: 16558953.
HSL color Cylindrical-coordinate representation of color #69ABFC: hue angle of 213.06º degrees, saturation: 0.96, 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 #69ABFC is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 171 | 252 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.01 |
| HSL | 213.06º | 0.96% | 0.7% | - |
| HSV(B) | 213.06º | 0.58% | 0.99% | - |
| XYZ | 37.96 | 39.16 | 97.65 | - |
| YUV | 160.5 | 179.63 | 88.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 171 | 252 | 0.58 | 0.32 | 0 | 0.01 | 213.06 | 0.96 | 0.7 |
| Hex | 69 | AB | FC | 3A | 20 | 0 | 1 | D5 | 60 | 46 |
| Octal | 151 | 253 | 374 | 72 | 40 | 0 | 1 | 325 | 140 | 106 |
| Binary | 1101001 | 10101011 | 11111100 | 111010 | 100000 | 0 | 1 | 11010101 | 1100000 | 1000110 |
Color Harmonies of #69ABFC
Complementary color
Monochromatic Colors of #69ABFC
Black with #69ABFC
Text Example
Text Example
White with #69ABFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ABFC; }
p { color: rgb(105,171,252); }
H1.HeaderClassName
{
color: #69ABFC;
}
.AnyTagClassName
{
color: #69ABFC;
}
</style>
background-color css
<style>
a { background-color: #69ABFC; }
a { background-color: rgb(105,171,252); }
div.DivClassName
{
background-color: #69ABFC;
}
.BgClassName
{
background-color: #69ABFC;
}
</style>
border-color css
<style>
span { border-color: #69ABFC; }
span { border-color: rgb(105,171,252); }
td.TdClassName
{
border-color: #69ABFC;
}
.TagClassName
{
border-color: #69ABFC;
}
</style>