Shades of Maya Blue #69C0FD
Tints of Maya Blue #69C0FD
RGB
CMYK
RGB Variations
Color information
#69C0FD (or 0x69C0FD) is known color: Maya Blue. HEX triplet: 69, C0 and FD. RGB value is (105,192,253). Sum of RGB (Red+Green+Blue) = 105+192+253=550 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.09% from 550); Green value is 192 (75.39% from 255 or 34.91% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #69C0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69C0FD is #963F02. Grayscale: #ACACAC. Windows color (decimal): -9846531 or 16629865. OLE color: 16629865.
HSL color Cylindrical-coordinate representation of color #69C0FD: hue angle of 204.73º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #69C0FD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 192 | 253 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.01 |
| HSL | 204.73º | 0.97% | 0.7% | - |
| HSV(B) | 204.73º | 0.58% | 0.99% | - |
| XYZ | 42.4 | 47.79 | 99.92 | - |
| YUV | 172.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 253 | 0.58 | 0.24 | 0 | 0.01 | 204.73 | 0.97 | 0.7 |
| Hex | 69 | C0 | FD | 3A | 18 | 0 | 1 | CD | 61 | 46 |
| Octal | 151 | 300 | 375 | 72 | 30 | 0 | 1 | 315 | 141 | 106 |
| Binary | 1101001 | 11000000 | 11111101 | 111010 | 11000 | 0 | 1 | 11001101 | 1100001 | 1000110 |
Color Harmonies of #69C0FD
Complementary color
Monochromatic Colors of #69C0FD
Black with #69C0FD
Text Example
Text Example
White with #69C0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C0FD; }
p { color: rgb(105,192,253); }
H1.HeaderClassName
{
color: #69C0FD;
}
.AnyTagClassName
{
color: #69C0FD;
}
</style>
background-color css
<style>
a { background-color: #69C0FD; }
a { background-color: rgb(105,192,253); }
div.DivClassName
{
background-color: #69C0FD;
}
.BgClassName
{
background-color: #69C0FD;
}
</style>
border-color css
<style>
span { border-color: #69C0FD; }
span { border-color: rgb(105,192,253); }
td.TdClassName
{
border-color: #69C0FD;
}
.TagClassName
{
border-color: #69C0FD;
}
</style>