Shades of Maya Blue #69BDF2
Tints of Maya Blue #69BDF2
RGB
CMYK
RGB Variations
Color information
#69BDF2 (or 0x69BDF2) is known color: Maya Blue. HEX triplet: 69, BD and F2. RGB value is (105,189,242). Sum of RGB (Red+Green+Blue) = 105+189+242=536 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.59% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 242 (94.92% from 255 or 45.15% from 536); Max value from RGB is 242 - color contains mainly: blue. Hex color #69BDF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BDF2 is #96420D. Grayscale: #A9A9A9. Windows color (decimal): -9847310 or 15908201. OLE color: 15908201.
HSL color Cylindrical-coordinate representation of color #69BDF2: hue angle of 203.21º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69BDF2 is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 105 | 189 | 242 | - |
| CMYK | 0.57 | 0.22 | 0 | 0.05 |
| HSL | 203.21º | 0.84% | 0.68% | - |
| HSV(B) | 203.21º | 0.57% | 0.95% | - |
| XYZ | 40.05 | 45.81 | 90.74 | - |
| YUV | 169.93 | 168.67 | 81.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 189 | 242 | 0.57 | 0.22 | 0 | 0.05 | 203.21 | 0.84 | 0.68 |
| Hex | 69 | BD | F2 | 39 | 16 | 0 | 5 | CB | 54 | 44 |
| Octal | 151 | 275 | 362 | 71 | 26 | 0 | 5 | 313 | 124 | 104 |
| Binary | 1101001 | 10111101 | 11110010 | 111001 | 10110 | 0 | 101 | 11001011 | 1010100 | 1000100 |
Color Harmonies of #69BDF2
Complementary color
Monochromatic Colors of #69BDF2
Black with #69BDF2
Text Example
Text Example
White with #69BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BDF2; }
p { color: rgb(105,189,242); }
H1.HeaderClassName
{
color: #69BDF2;
}
.AnyTagClassName
{
color: #69BDF2;
}
</style>
background-color css
<style>
a { background-color: #69BDF2; }
a { background-color: rgb(105,189,242); }
div.DivClassName
{
background-color: #69BDF2;
}
.BgClassName
{
background-color: #69BDF2;
}
</style>
border-color css
<style>
span { border-color: #69BDF2; }
span { border-color: rgb(105,189,242); }
td.TdClassName
{
border-color: #69BDF2;
}
.TagClassName
{
border-color: #69BDF2;
}
</style>