Shades of Maya Blue #70BFFB
Tints of Maya Blue #70BFFB
RGB
CMYK
RGB Variations
Color information
#70BFFB (or 0x70BFFB) is known color: Maya Blue. HEX triplet: 70, BF and FB. RGB value is (112,191,251). Sum of RGB (Red+Green+Blue) = 112+191+251=554 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.22% from 554); Green value is 191 (75% from 255 or 34.48% from 554); Blue value is 251 (98.44% from 255 or 45.31% from 554); Max value from RGB is 251 - color contains mainly: blue. Hex color #70BFFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFFB is #8F4004. Grayscale: #ADADAD. Windows color (decimal): -9388037 or 16498544. OLE color: 16498544.
HSL color Cylindrical-coordinate representation of color #70BFFB: hue angle of 205.9º 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 #70BFFB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 191 | 251 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.02 |
| HSL | 205.9º | 0.95% | 0.71% | - |
| HSV(B) | 205.9º | 0.55% | 0.98% | - |
| XYZ | 42.73 | 47.67 | 98.22 | - |
| YUV | 174.22 | 171.33 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 251 | 0.55 | 0.24 | 0 | 0.02 | 205.9 | 0.95 | 0.71 |
| Hex | 70 | BF | FB | 37 | 18 | 0 | 2 | CE | 5F | 47 |
| Octal | 160 | 277 | 373 | 67 | 30 | 0 | 2 | 316 | 137 | 107 |
| Binary | 1110000 | 10111111 | 11111011 | 110111 | 11000 | 0 | 10 | 11001110 | 1011111 | 1000111 |
Color Harmonies of #70BFFB
Complementary color
Monochromatic Colors of #70BFFB
Black with #70BFFB
Text Example
Text Example
White with #70BFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFFB; }
p { color: rgb(112,191,251); }
H1.HeaderClassName
{
color: #70BFFB;
}
.AnyTagClassName
{
color: #70BFFB;
}
</style>
background-color css
<style>
a { background-color: #70BFFB; }
a { background-color: rgb(112,191,251); }
div.DivClassName
{
background-color: #70BFFB;
}
.BgClassName
{
background-color: #70BFFB;
}
</style>
border-color css
<style>
span { border-color: #70BFFB; }
span { border-color: rgb(112,191,251); }
td.TdClassName
{
border-color: #70BFFB;
}
.TagClassName
{
border-color: #70BFFB;
}
</style>