Shades of Maya Blue #69BCF1
Tints of Maya Blue #69BCF1
RGB
CMYK
RGB Variations
Color information
#69BCF1 (or 0x69BCF1) is known color: Maya Blue. HEX triplet: 69, BC and F1. RGB value is (105,188,241). Sum of RGB (Red+Green+Blue) = 105+188+241=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 188 (73.83% from 255 or 35.21% from 534); Blue value is 241 (94.53% from 255 or 45.13% from 534); Max value from RGB is 241 - color contains mainly: blue. Hex color #69BCF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BCF1 is #96430E. Grayscale: #A8A8A8. Windows color (decimal): -9847567 or 15842409. OLE color: 15842409.
HSL color Cylindrical-coordinate representation of color #69BCF1: hue angle of 203.38º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69BCF1 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 188 | 241 | - |
| CMYK | 0.56 | 0.22 | 0 | 0.05 |
| HSL | 203.38º | 0.83% | 0.68% | - |
| HSV(B) | 203.38º | 0.56% | 0.95% | - |
| XYZ | 39.69 | 45.32 | 89.88 | - |
| YUV | 169.23 | 168.5 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 241 | 0.56 | 0.22 | 0 | 0.05 | 203.38 | 0.83 | 0.68 |
| Hex | 69 | BC | F1 | 38 | 16 | 0 | 5 | CB | 53 | 44 |
| Octal | 151 | 274 | 361 | 70 | 26 | 0 | 5 | 313 | 123 | 104 |
| Binary | 1101001 | 10111100 | 11110001 | 111000 | 10110 | 0 | 101 | 11001011 | 1010011 | 1000100 |
Color Harmonies of #69BCF1
Complementary color
Monochromatic Colors of #69BCF1
Black with #69BCF1
Text Example
Text Example
White with #69BCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BCF1; }
p { color: rgb(105,188,241); }
H1.HeaderClassName
{
color: #69BCF1;
}
.AnyTagClassName
{
color: #69BCF1;
}
</style>
background-color css
<style>
a { background-color: #69BCF1; }
a { background-color: rgb(105,188,241); }
div.DivClassName
{
background-color: #69BCF1;
}
.BgClassName
{
background-color: #69BCF1;
}
</style>
border-color css
<style>
span { border-color: #69BCF1; }
span { border-color: rgb(105,188,241); }
td.TdClassName
{
border-color: #69BCF1;
}
.TagClassName
{
border-color: #69BCF1;
}
</style>