Shades of Maya Blue #69BCFC
Tints of Maya Blue #69BCFC
RGB
CMYK
RGB Variations
Color information
#69BCFC (or 0x69BCFC) is known color: Maya Blue. HEX triplet: 69, BC and FC. RGB value is (105,188,252). Sum of RGB (Red+Green+Blue) = 105+188+252=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #69BCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BCFC is #964303. Grayscale: #AAAAAA. Windows color (decimal): -9847556 or 16563305. OLE color: 16563305.
HSL color Cylindrical-coordinate representation of color #69BCFC: hue angle of 206.12º 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 #69BCFC is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 188 | 252 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.01 |
| HSL | 206.12º | 0.96% | 0.7% | - |
| HSV(B) | 206.12º | 0.58% | 0.99% | - |
| XYZ | 41.38 | 46 | 98.79 | - |
| YUV | 170.48 | 174 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 252 | 0.58 | 0.25 | 0 | 0.01 | 206.12 | 0.96 | 0.7 |
| Hex | 69 | BC | FC | 3A | 19 | 0 | 1 | CE | 60 | 46 |
| Octal | 151 | 274 | 374 | 72 | 31 | 0 | 1 | 316 | 140 | 106 |
| Binary | 1101001 | 10111100 | 11111100 | 111010 | 11001 | 0 | 1 | 11001110 | 1100000 | 1000110 |
Color Harmonies of #69BCFC
Complementary color
Monochromatic Colors of #69BCFC
Black with #69BCFC
Text Example
Text Example
White with #69BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCFC; }
p { color: rgb(105,188,252); }
H1.HeaderClassName
{
color: #69BCFC;
}
.AnyTagClassName
{
color: #69BCFC;
}
</style>
background-color css
<style>
a { background-color: #69BCFC; }
a { background-color: rgb(105,188,252); }
div.DivClassName
{
background-color: #69BCFC;
}
.BgClassName
{
background-color: #69BCFC;
}
</style>
border-color css
<style>
span { border-color: #69BCFC; }
span { border-color: rgb(105,188,252); }
td.TdClassName
{
border-color: #69BCFC;
}
.TagClassName
{
border-color: #69BCFC;
}
</style>