Shades of Maya Blue #69BCFF
Tints of Maya Blue #69BCFF
RGB
CMYK
RGB Variations
Color information
#69BCFF (or 0x69BCFF) is known color: Maya Blue. HEX triplet: 69, BC and FF. RGB value is (105,188,255). Sum of RGB (Red+Green+Blue) = 105+188+255=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 255 (100% from 255 or 46.53% from 548); Max value from RGB is 255 - color contains mainly: blue. Hex color #69BCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BCFF is #964300. Grayscale: #AAAAAA. Windows color (decimal): -9847553 or 16759913. OLE color: 16759913.
HSL color Cylindrical-coordinate representation of color #69BCFF: hue angle of 206.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #69BCFF is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 188 | 255 | - |
| CMYK | 0.59 | 0.26 | 0 | 0 |
| HSL | 206.8º | 1% | 0.71% | - |
| HSV(B) | 206.8º | 0.59% | 1% | - |
| XYZ | 41.86 | 46.19 | 101.32 | - |
| YUV | 170.82 | 175.5 | 81.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 255 | 0.59 | 0.26 | 0 | 0 | 206.8 | 1 | 0.71 |
| Hex | 69 | BC | FF | 3B | 1A | 0 | 0 | CF | 64 | 47 |
| Octal | 151 | 274 | 377 | 73 | 32 | 0 | 0 | 317 | 144 | 107 |
| Binary | 1101001 | 10111100 | 11111111 | 111011 | 11010 | 0 | 0 | 11001111 | 1100100 | 1000111 |
Color Harmonies of #69BCFF
Complementary color
Monochromatic Colors of #69BCFF
Black with #69BCFF
Text Example
Text Example
White with #69BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCFF; }
p { color: rgb(105,188,255); }
H1.HeaderClassName
{
color: #69BCFF;
}
.AnyTagClassName
{
color: #69BCFF;
}
</style>
background-color css
<style>
a { background-color: #69BCFF; }
a { background-color: rgb(105,188,255); }
div.DivClassName
{
background-color: #69BCFF;
}
.BgClassName
{
background-color: #69BCFF;
}
</style>
border-color css
<style>
span { border-color: #69BCFF; }
span { border-color: rgb(105,188,255); }
td.TdClassName
{
border-color: #69BCFF;
}
.TagClassName
{
border-color: #69BCFF;
}
</style>