Shades of Maya Blue #68C2FF
Tints of Maya Blue #68C2FF
RGB
CMYK
RGB Variations
Color information
#68C2FF (or 0x68C2FF) is known color: Maya Blue. HEX triplet: 68, C2 and FF. RGB value is (104,194,255). Sum of RGB (Red+Green+Blue) = 104+194+255=553 (73% of max value = 765). Red value is 104 (41.02% from 255 or 18.81% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #68C2FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2FF is #973D00. Grayscale: #ADADAD. Windows color (decimal): -9911553 or 16761448. OLE color: 16761448.
HSL color Cylindrical-coordinate representation of color #68C2FF: hue angle of 204.24º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68C2FF is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 104 | 194 | 255 | - |
| CMYK | 0.59 | 0.24 | 0 | 0 |
| HSL | 204.24º | 1% | 0.7% | - |
| HSV(B) | 204.24º | 0.59% | 1% | - |
| XYZ | 43.05 | 48.75 | 101.75 | - |
| YUV | 174.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 194 | 255 | 0.59 | 0.24 | 0 | 0 | 204.24 | 1 | 0.7 |
| Hex | 68 | C2 | FF | 3B | 18 | 0 | 0 | CC | 64 | 46 |
| Octal | 150 | 302 | 377 | 73 | 30 | 0 | 0 | 314 | 144 | 106 |
| Binary | 1101000 | 11000010 | 11111111 | 111011 | 11000 | 0 | 0 | 11001100 | 1100100 | 1000110 |
Color Harmonies of #68C2FF
Complementary color
Monochromatic Colors of #68C2FF
Black with #68C2FF
Text Example
Text Example
White with #68C2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68C2FF; }
p { color: rgb(104,194,255); }
H1.HeaderClassName
{
color: #68C2FF;
}
.AnyTagClassName
{
color: #68C2FF;
}
</style>
background-color css
<style>
a { background-color: #68C2FF; }
a { background-color: rgb(104,194,255); }
div.DivClassName
{
background-color: #68C2FF;
}
.BgClassName
{
background-color: #68C2FF;
}
</style>
border-color css
<style>
span { border-color: #68C2FF; }
span { border-color: rgb(104,194,255); }
td.TdClassName
{
border-color: #68C2FF;
}
.TagClassName
{
border-color: #68C2FF;
}
</style>