Shades of Maya Blue #69BFFC
Tints of Maya Blue #69BFFC
RGB
CMYK
RGB Variations
Color information
#69BFFC (or 0x69BFFC) is known color: Maya Blue. HEX triplet: 69, BF and FC. RGB value is (105,191,252). Sum of RGB (Red+Green+Blue) = 105+191+252=548 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.16% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #69BFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #69BFFC is #964003. Grayscale: #ABABAB. Windows color (decimal): -9846788 or 16564073. OLE color: 16564073.
HSL color Cylindrical-coordinate representation of color #69BFFC: hue angle of 204.9º degrees, saturation: 0.96, 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 #69BFFC is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 105 | 191 | 252 | - |
| CMYK | 0.58 | 0.24 | 0 | 0.01 |
| HSL | 204.9º | 0.96% | 0.7% | - |
| HSV(B) | 204.9º | 0.58% | 0.99% | - |
| XYZ | 42.03 | 47.29 | 99.01 | - |
| YUV | 172.24 | 173.01 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 191 | 252 | 0.58 | 0.24 | 0 | 0.01 | 204.9 | 0.96 | 0.7 |
| Hex | 69 | BF | FC | 3A | 18 | 0 | 1 | CD | 60 | 46 |
| Octal | 151 | 277 | 374 | 72 | 30 | 0 | 1 | 315 | 140 | 106 |
| Binary | 1101001 | 10111111 | 11111100 | 111010 | 11000 | 0 | 1 | 11001101 | 1100000 | 1000110 |
Color Harmonies of #69BFFC
Complementary color
Monochromatic Colors of #69BFFC
Black with #69BFFC
Text Example
Text Example
White with #69BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BFFC; }
p { color: rgb(105,191,252); }
H1.HeaderClassName
{
color: #69BFFC;
}
.AnyTagClassName
{
color: #69BFFC;
}
</style>
background-color css
<style>
a { background-color: #69BFFC; }
a { background-color: rgb(105,191,252); }
div.DivClassName
{
background-color: #69BFFC;
}
.BgClassName
{
background-color: #69BFFC;
}
</style>
border-color css
<style>
span { border-color: #69BFFC; }
span { border-color: rgb(105,191,252); }
td.TdClassName
{
border-color: #69BFFC;
}
.TagClassName
{
border-color: #69BFFC;
}
</style>