Shades of Maya Blue #69BDF5
Tints of Maya Blue #69BDF5
RGB
CMYK
RGB Variations
Color information
#69BDF5 (or 0x69BDF5) is known color: Maya Blue. HEX triplet: 69, BD and F5. RGB value is (105,189,245). Sum of RGB (Red+Green+Blue) = 105+189+245=539 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.48% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 245 (96.09% from 255 or 45.45% from 539); Max value from RGB is 245 - color contains mainly: blue. Hex color #69BDF5 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BDF5 is #96420A. Grayscale: #A9A9A9. Windows color (decimal): -9847307 or 16104809. OLE color: 16104809.
HSL color Cylindrical-coordinate representation of color #69BDF5: hue angle of 204º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69BDF5 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 105 | 189 | 245 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.04 |
| HSL | 204º | 0.88% | 0.69% | - |
| HSV(B) | 204º | 0.57% | 0.96% | - |
| XYZ | 40.5 | 45.99 | 93.13 | - |
| YUV | 170.27 | 170.17 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 245 | 0.57 | 0.23 | 0 | 0.04 | 204 | 0.88 | 0.69 |
| Hex | 69 | BD | F5 | 39 | 17 | 0 | 4 | CC | 58 | 45 |
| Octal | 151 | 275 | 365 | 71 | 27 | 0 | 4 | 314 | 130 | 105 |
| Binary | 1101001 | 10111101 | 11110101 | 111001 | 10111 | 0 | 100 | 11001100 | 1011000 | 1000101 |
Color Harmonies of #69BDF5
Complementary color
Monochromatic Colors of #69BDF5
Black with #69BDF5
Text Example
Text Example
White with #69BDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BDF5; }
p { color: rgb(105,189,245); }
H1.HeaderClassName
{
color: #69BDF5;
}
.AnyTagClassName
{
color: #69BDF5;
}
</style>
background-color css
<style>
a { background-color: #69BDF5; }
a { background-color: rgb(105,189,245); }
div.DivClassName
{
background-color: #69BDF5;
}
.BgClassName
{
background-color: #69BDF5;
}
</style>
border-color css
<style>
span { border-color: #69BDF5; }
span { border-color: rgb(105,189,245); }
td.TdClassName
{
border-color: #69BDF5;
}
.TagClassName
{
border-color: #69BDF5;
}
</style>