Shades of Maya Blue #68B2FB
Tints of Maya Blue #68B2FB
RGB
CMYK
RGB Variations
Color information
#68B2FB (or 0x68B2FB) is known color: Maya Blue. HEX triplet: 68, B2 and FB. RGB value is (104,178,251). Sum of RGB (Red+Green+Blue) = 104+178+251=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 178 (69.92% from 255 or 33.40% from 533); Blue value is 251 (98.44% from 255 or 47.09% from 533); Max value from RGB is 251 - color contains mainly: blue. Hex color #68B2FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B2FB is #974D04. Grayscale: #A3A3A3. Windows color (decimal): -9915653 or 16495208. OLE color: 16495208.
HSL color Cylindrical-coordinate representation of color #68B2FB: hue angle of 209.8º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68B2FB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 104 | 178 | 251 | - |
| CMYK | 0.59 | 0.29 | 0 | 0.02 |
| HSL | 209.8º | 0.95% | 0.7% | - |
| HSV(B) | 209.8º | 0.59% | 0.98% | - |
| XYZ | 39.04 | 41.75 | 97.27 | - |
| YUV | 164.2 | 176.98 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 178 | 251 | 0.59 | 0.29 | 0 | 0.02 | 209.8 | 0.95 | 0.7 |
| Hex | 68 | B2 | FB | 3B | 1D | 0 | 2 | D2 | 5F | 46 |
| Octal | 150 | 262 | 373 | 73 | 35 | 0 | 2 | 322 | 137 | 106 |
| Binary | 1101000 | 10110010 | 11111011 | 111011 | 11101 | 0 | 10 | 11010010 | 1011111 | 1000110 |
Color Harmonies of #68B2FB
Complementary color
Monochromatic Colors of #68B2FB
Black with #68B2FB
Text Example
Text Example
White with #68B2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68B2FB; }
p { color: rgb(104,178,251); }
H1.HeaderClassName
{
color: #68B2FB;
}
.AnyTagClassName
{
color: #68B2FB;
}
</style>
background-color css
<style>
a { background-color: #68B2FB; }
a { background-color: rgb(104,178,251); }
div.DivClassName
{
background-color: #68B2FB;
}
.BgClassName
{
background-color: #68B2FB;
}
</style>
border-color css
<style>
span { border-color: #68B2FB; }
span { border-color: rgb(104,178,251); }
td.TdClassName
{
border-color: #68B2FB;
}
.TagClassName
{
border-color: #68B2FB;
}
</style>