Shades of Maya Blue #70CEFC
Tints of Maya Blue #70CEFC
RGB
CMYK
RGB Variations
Color information
#70CEFC (or 0x70CEFC) is known color: Maya Blue. HEX triplet: 70, CE and FC. RGB value is (112,206,252). Sum of RGB (Red+Green+Blue) = 112+206+252=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #70CEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEFC is #8F3103. Grayscale: #B6B6B6. Windows color (decimal): -9384196 or 16567920. OLE color: 16567920.
HSL color Cylindrical-coordinate representation of color #70CEFC: hue angle of 199.71º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CEFC is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 206 | 252 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.01 |
| HSL | 199.71º | 0.96% | 0.71% | - |
| HSV(B) | 199.71º | 0.56% | 0.99% | - |
| XYZ | 46.32 | 54.62 | 100.2 | - |
| YUV | 183.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 252 | 0.56 | 0.18 | 0 | 0.01 | 199.71 | 0.96 | 0.71 |
| Hex | 70 | CE | FC | 38 | 12 | 0 | 1 | C8 | 60 | 47 |
| Octal | 160 | 316 | 374 | 70 | 22 | 0 | 1 | 310 | 140 | 107 |
| Binary | 1110000 | 11001110 | 11111100 | 111000 | 10010 | 0 | 1 | 11001000 | 1100000 | 1000111 |
Color Harmonies of #70CEFC
Complementary color
Monochromatic Colors of #70CEFC
Black with #70CEFC
Text Example
Text Example
White with #70CEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEFC; }
p { color: rgb(112,206,252); }
H1.HeaderClassName
{
color: #70CEFC;
}
.AnyTagClassName
{
color: #70CEFC;
}
</style>
background-color css
<style>
a { background-color: #70CEFC; }
a { background-color: rgb(112,206,252); }
div.DivClassName
{
background-color: #70CEFC;
}
.BgClassName
{
background-color: #70CEFC;
}
</style>
border-color css
<style>
span { border-color: #70CEFC; }
span { border-color: rgb(112,206,252); }
td.TdClassName
{
border-color: #70CEFC;
}
.TagClassName
{
border-color: #70CEFC;
}
</style>