Shades of Maya Blue #68BDFC
Tints of Maya Blue #68BDFC
RGB
CMYK
RGB Variations
Color information
#68BDFC (or 0x68BDFC) is known color: Maya Blue. HEX triplet: 68, BD and FC. RGB value is (104,189,252). Sum of RGB (Red+Green+Blue) = 104+189+252=545 (72% of max value = 765). Red value is 104 (41.02% from 255 or 19.08% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #68BDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68BDFC is #974203. Grayscale: #AAAAAA. Windows color (decimal): -9912836 or 16563560. OLE color: 16563560.
HSL color Cylindrical-coordinate representation of color #68BDFC: hue angle of 205.54º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68BDFC is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 104 | 189 | 252 | - |
| CMYK | 0.59 | 0.25 | 0 | 0.01 |
| HSL | 205.54º | 0.96% | 0.7% | - |
| HSV(B) | 205.54º | 0.59% | 0.99% | - |
| XYZ | 41.48 | 46.37 | 98.86 | - |
| YUV | 170.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 189 | 252 | 0.59 | 0.25 | 0 | 0.01 | 205.54 | 0.96 | 0.7 |
| Hex | 68 | BD | FC | 3B | 19 | 0 | 1 | CE | 60 | 46 |
| Octal | 150 | 275 | 374 | 73 | 31 | 0 | 1 | 316 | 140 | 106 |
| Binary | 1101000 | 10111101 | 11111100 | 111011 | 11001 | 0 | 1 | 11001110 | 1100000 | 1000110 |
Color Harmonies of #68BDFC
Complementary color
Monochromatic Colors of #68BDFC
Black with #68BDFC
Text Example
Text Example
White with #68BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BDFC; }
p { color: rgb(104,189,252); }
H1.HeaderClassName
{
color: #68BDFC;
}
.AnyTagClassName
{
color: #68BDFC;
}
</style>
background-color css
<style>
a { background-color: #68BDFC; }
a { background-color: rgb(104,189,252); }
div.DivClassName
{
background-color: #68BDFC;
}
.BgClassName
{
background-color: #68BDFC;
}
</style>
border-color css
<style>
span { border-color: #68BDFC; }
span { border-color: rgb(104,189,252); }
td.TdClassName
{
border-color: #68BDFC;
}
.TagClassName
{
border-color: #68BDFC;
}
</style>