Shades of Maya Blue #69BFFF
Tints of Maya Blue #69BFFF
RGB
CMYK
RGB Variations
Color information
#69BFFF (or 0x69BFFF) is known color: Maya Blue. HEX triplet: 69, BF and FF. RGB value is (105,191,255). Sum of RGB (Red+Green+Blue) = 105+191+255=551 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.06% from 551); Green value is 191 (75% from 255 or 34.66% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #69BFFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFFF is #964000. Grayscale: #ACACAC. Windows color (decimal): -9846785 or 16760681. OLE color: 16760681.
HSL color Cylindrical-coordinate representation of color #69BFFF: hue angle of 205.6º 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 #69BFFF is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 105 | 191 | 255 | - |
| CMYK | 0.59 | 0.25 | 0 | 0 |
| HSL | 205.6º | 1% | 0.71% | - |
| HSV(B) | 205.6º | 0.59% | 1% | - |
| XYZ | 42.51 | 47.48 | 101.53 | - |
| YUV | 172.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 255 | 0.59 | 0.25 | 0 | 0 | 205.6 | 1 | 0.71 |
| Hex | 69 | BF | FF | 3B | 19 | 0 | 0 | CE | 64 | 47 |
| Octal | 151 | 277 | 377 | 73 | 31 | 0 | 0 | 316 | 144 | 107 |
| Binary | 1101001 | 10111111 | 11111111 | 111011 | 11001 | 0 | 0 | 11001110 | 1100100 | 1000111 |
Color Harmonies of #69BFFF
Complementary color
Monochromatic Colors of #69BFFF
Black with #69BFFF
Text Example
Text Example
White with #69BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFFF; }
p { color: rgb(105,191,255); }
H1.HeaderClassName
{
color: #69BFFF;
}
.AnyTagClassName
{
color: #69BFFF;
}
</style>
background-color css
<style>
a { background-color: #69BFFF; }
a { background-color: rgb(105,191,255); }
div.DivClassName
{
background-color: #69BFFF;
}
.BgClassName
{
background-color: #69BFFF;
}
</style>
border-color css
<style>
span { border-color: #69BFFF; }
span { border-color: rgb(105,191,255); }
td.TdClassName
{
border-color: #69BFFF;
}
.TagClassName
{
border-color: #69BFFF;
}
</style>