Shades of Maya Blue #70BFFE
Tints of Maya Blue #70BFFE
RGB
CMYK
RGB Variations
Color information
#70BFFE (or 0x70BFFE) is known color: Maya Blue. HEX triplet: 70, BF and FE. RGB value is (112,191,254). Sum of RGB (Red+Green+Blue) = 112+191+254=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #70BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BFFE is #8F4001. Grayscale: #AEAEAE. Windows color (decimal): -9388034 or 16695152. OLE color: 16695152.
HSL color Cylindrical-coordinate representation of color #70BFFE: hue angle of 206.62º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70BFFE is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 191 | 254 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.00 |
| HSL | 206.62º | 0.99% | 0.72% | - |
| HSV(B) | 206.62º | 0.56% | 1% | - |
| XYZ | 43.2 | 47.86 | 100.73 | - |
| YUV | 174.56 | 172.83 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 254 | 0.56 | 0.25 | 0 | 0.00 | 206.62 | 0.99 | 0.72 |
| Hex | 70 | BF | FE | 38 | 19 | 0 | 0 | CF | 63 | 48 |
| Octal | 160 | 277 | 376 | 70 | 31 | 0 | 0 | 317 | 143 | 110 |
| Binary | 1110000 | 10111111 | 11111110 | 111000 | 11001 | 0 | 0 | 11001111 | 1100011 | 1001000 |
Color Harmonies of #70BFFE
Complementary color
Monochromatic Colors of #70BFFE
Black with #70BFFE
Text Example
Text Example
White with #70BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFFE; }
p { color: rgb(112,191,254); }
H1.HeaderClassName
{
color: #70BFFE;
}
.AnyTagClassName
{
color: #70BFFE;
}
</style>
background-color css
<style>
a { background-color: #70BFFE; }
a { background-color: rgb(112,191,254); }
div.DivClassName
{
background-color: #70BFFE;
}
.BgClassName
{
background-color: #70BFFE;
}
</style>
border-color css
<style>
span { border-color: #70BFFE; }
span { border-color: rgb(112,191,254); }
td.TdClassName
{
border-color: #70BFFE;
}
.TagClassName
{
border-color: #70BFFE;
}
</style>