Shades of Maya Blue #69BFFD
Tints of Maya Blue #69BFFD
RGB
CMYK
RGB Variations
Color information
#69BFFD (or 0x69BFFD) is known color: Maya Blue. HEX triplet: 69, BF and FD. RGB value is (105,191,253). Sum of RGB (Red+Green+Blue) = 105+191+253=549 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.13% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 253 (99.22% from 255 or 46.08% from 549); Max value from RGB is 253 - color contains mainly: blue. Hex color #69BFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFFD is #964002. Grayscale: #ACACAC. Windows color (decimal): -9846787 or 16629609. OLE color: 16629609.
HSL color Cylindrical-coordinate representation of color #69BFFD: hue angle of 205.14º 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 #69BFFD is Cyan = 0.58, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 191 | 253 | - |
| CMYK | 0.58 | 0.25 | 0 | 0.01 |
| HSL | 205.14º | 0.97% | 0.7% | - |
| HSV(B) | 205.14º | 0.58% | 0.99% | - |
| XYZ | 42.19 | 47.36 | 99.85 | - |
| YUV | 172.35 | 173.51 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 253 | 0.58 | 0.25 | 0 | 0.01 | 205.14 | 0.97 | 0.7 |
| Hex | 69 | BF | FD | 3A | 19 | 0 | 1 | CD | 61 | 46 |
| Octal | 151 | 277 | 375 | 72 | 31 | 0 | 1 | 315 | 141 | 106 |
| Binary | 1101001 | 10111111 | 11111101 | 111010 | 11001 | 0 | 1 | 11001101 | 1100001 | 1000110 |
Color Harmonies of #69BFFD
Complementary color
Monochromatic Colors of #69BFFD
Black with #69BFFD
Text Example
Text Example
White with #69BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFFD; }
p { color: rgb(105,191,253); }
H1.HeaderClassName
{
color: #69BFFD;
}
.AnyTagClassName
{
color: #69BFFD;
}
</style>
background-color css
<style>
a { background-color: #69BFFD; }
a { background-color: rgb(105,191,253); }
div.DivClassName
{
background-color: #69BFFD;
}
.BgClassName
{
background-color: #69BFFD;
}
</style>
border-color css
<style>
span { border-color: #69BFFD; }
span { border-color: rgb(105,191,253); }
td.TdClassName
{
border-color: #69BFFD;
}
.TagClassName
{
border-color: #69BFFD;
}
</style>