Shades of Maya Blue #70D1FB
Tints of Maya Blue #70D1FB
RGB
CMYK
RGB Variations
Color information
#70D1FB (or 0x70D1FB) is known color: Maya Blue. HEX triplet: 70, D1 and FB. RGB value is (112,209,251). Sum of RGB (Red+Green+Blue) = 112+209+251=572 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.58% from 572); Green value is 209 (82.03% from 255 or 36.54% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #70D1FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70D1FB is #8F2E04. Grayscale: #B8B8B8. Windows color (decimal): -9383429 or 16503152. OLE color: 16503152.
HSL color Cylindrical-coordinate representation of color #70D1FB: hue angle of 198.13º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70D1FB is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 209 | 251 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.02 |
| HSL | 198.13º | 0.95% | 0.71% | - |
| HSV(B) | 198.13º | 0.55% | 0.98% | - |
| XYZ | 46.9 | 56.01 | 99.61 | - |
| YUV | 184.79 | 165.36 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 209 | 251 | 0.55 | 0.17 | 0 | 0.02 | 198.13 | 0.95 | 0.71 |
| Hex | 70 | D1 | FB | 37 | 11 | 0 | 2 | C6 | 5F | 47 |
| Octal | 160 | 321 | 373 | 67 | 21 | 0 | 2 | 306 | 137 | 107 |
| Binary | 1110000 | 11010001 | 11111011 | 110111 | 10001 | 0 | 10 | 11000110 | 1011111 | 1000111 |
Color Harmonies of #70D1FB
Complementary color
Monochromatic Colors of #70D1FB
Black with #70D1FB
Text Example
Text Example
White with #70D1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D1FB; }
p { color: rgb(112,209,251); }
H1.HeaderClassName
{
color: #70D1FB;
}
.AnyTagClassName
{
color: #70D1FB;
}
</style>
background-color css
<style>
a { background-color: #70D1FB; }
a { background-color: rgb(112,209,251); }
div.DivClassName
{
background-color: #70D1FB;
}
.BgClassName
{
background-color: #70D1FB;
}
</style>
border-color css
<style>
span { border-color: #70D1FB; }
span { border-color: rgb(112,209,251); }
td.TdClassName
{
border-color: #70D1FB;
}
.TagClassName
{
border-color: #70D1FB;
}
</style>