Shades of Maya Blue #69C9F7
Tints of Maya Blue #69C9F7
RGB
CMYK
RGB Variations
Color information
#69C9F7 (or 0x69C9F7) is known color: Maya Blue. HEX triplet: 69, C9 and F7. RGB value is (105,201,247). Sum of RGB (Red+Green+Blue) = 105+201+247=553 (73% of max value = 765). Red value is 105 (41.41% from 255 or 18.99% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 247 (96.88% from 255 or 44.67% from 553); Max value from RGB is 247 - color contains mainly: blue. Hex color #69C9F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C9F7 is #963608. Grayscale: #B1B1B1. Windows color (decimal): -9844233 or 16238953. OLE color: 16238953.
HSL color Cylindrical-coordinate representation of color #69C9F7: hue angle of 199.44º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #69C9F7 is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 105 | 201 | 247 | - |
| CMYK | 0.57 | 0.19 | 0 | 0.03 |
| HSL | 199.44º | 0.9% | 0.69% | - |
| HSV(B) | 199.44º | 0.57% | 0.97% | - |
| XYZ | 43.5 | 51.49 | 95.64 | - |
| YUV | 177.54 | 167.2 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 247 | 0.57 | 0.19 | 0 | 0.03 | 199.44 | 0.9 | 0.69 |
| Hex | 69 | C9 | F7 | 39 | 13 | 0 | 3 | C7 | 5A | 45 |
| Octal | 151 | 311 | 367 | 71 | 23 | 0 | 3 | 307 | 132 | 105 |
| Binary | 1101001 | 11001001 | 11110111 | 111001 | 10011 | 0 | 11 | 11000111 | 1011010 | 1000101 |
Color Harmonies of #69C9F7
Complementary color
Monochromatic Colors of #69C9F7
Black with #69C9F7
Text Example
Text Example
White with #69C9F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C9F7; }
p { color: rgb(105,201,247); }
H1.HeaderClassName
{
color: #69C9F7;
}
.AnyTagClassName
{
color: #69C9F7;
}
</style>
background-color css
<style>
a { background-color: #69C9F7; }
a { background-color: rgb(105,201,247); }
div.DivClassName
{
background-color: #69C9F7;
}
.BgClassName
{
background-color: #69C9F7;
}
</style>
border-color css
<style>
span { border-color: #69C9F7; }
span { border-color: rgb(105,201,247); }
td.TdClassName
{
border-color: #69C9F7;
}
.TagClassName
{
border-color: #69C9F7;
}
</style>