Shades of Maya Blue #70BCF8
Tints of Maya Blue #70BCF8
RGB
CMYK
RGB Variations
Color information
#70BCF8 (or 0x70BCF8) is known color: Maya Blue. HEX triplet: 70, BC and F8. RGB value is (112,188,248). Sum of RGB (Red+Green+Blue) = 112+188+248=548 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.44% from 548); Green value is 188 (73.83% from 255 or 34.31% from 548); Blue value is 248 (97.27% from 255 or 45.26% from 548); Max value from RGB is 248 - color contains mainly: blue. Hex color #70BCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70BCF8 is #8F4307. Grayscale: #ABABAB. Windows color (decimal): -9388808 or 16301168. OLE color: 16301168.
HSL color Cylindrical-coordinate representation of color #70BCF8: hue angle of 206.47º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70BCF8 is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 188 | 248 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.03 |
| HSL | 206.47º | 0.91% | 0.71% | - |
| HSV(B) | 206.47º | 0.55% | 0.97% | - |
| XYZ | 41.61 | 46.19 | 95.53 | - |
| YUV | 172.12 | 170.82 | 85.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 248 | 0.55 | 0.24 | 0 | 0.03 | 206.47 | 0.91 | 0.71 |
| Hex | 70 | BC | F8 | 37 | 18 | 0 | 3 | CE | 5B | 47 |
| Octal | 160 | 274 | 370 | 67 | 30 | 0 | 3 | 316 | 133 | 107 |
| Binary | 1110000 | 10111100 | 11111000 | 110111 | 11000 | 0 | 11 | 11001110 | 1011011 | 1000111 |
Color Harmonies of #70BCF8
Complementary color
Monochromatic Colors of #70BCF8
Black with #70BCF8
Text Example
Text Example
White with #70BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCF8; }
p { color: rgb(112,188,248); }
H1.HeaderClassName
{
color: #70BCF8;
}
.AnyTagClassName
{
color: #70BCF8;
}
</style>
background-color css
<style>
a { background-color: #70BCF8; }
a { background-color: rgb(112,188,248); }
div.DivClassName
{
background-color: #70BCF8;
}
.BgClassName
{
background-color: #70BCF8;
}
</style>
border-color css
<style>
span { border-color: #70BCF8; }
span { border-color: rgb(112,188,248); }
td.TdClassName
{
border-color: #70BCF8;
}
.TagClassName
{
border-color: #70BCF8;
}
</style>