Shades of Maya Blue #70CEFD
Tints of Maya Blue #70CEFD
RGB
CMYK
RGB Variations
Color information
#70CEFD (or 0x70CEFD) is known color: Maya Blue. HEX triplet: 70, CE and FD. RGB value is (112,206,253). Sum of RGB (Red+Green+Blue) = 112+206+253=571 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.61% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 253 (99.22% from 255 or 44.31% from 571); Max value from RGB is 253 - color contains mainly: blue. Hex color #70CEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CEFD is #8F3102. Grayscale: #B6B6B6. Windows color (decimal): -9384195 or 16633456. OLE color: 16633456.
HSL color Cylindrical-coordinate representation of color #70CEFD: hue angle of 200º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CEFD is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 206 | 253 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.01 |
| HSL | 200º | 0.97% | 0.72% | - |
| HSV(B) | 200º | 0.56% | 0.99% | - |
| XYZ | 46.48 | 54.68 | 101.03 | - |
| YUV | 183.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 253 | 0.56 | 0.19 | 0 | 0.01 | 200 | 0.97 | 0.72 |
| Hex | 70 | CE | FD | 38 | 13 | 0 | 1 | C8 | 61 | 48 |
| Octal | 160 | 316 | 375 | 70 | 23 | 0 | 1 | 310 | 141 | 110 |
| Binary | 1110000 | 11001110 | 11111101 | 111000 | 10011 | 0 | 1 | 11001000 | 1100001 | 1001000 |
Color Harmonies of #70CEFD
Complementary color
Monochromatic Colors of #70CEFD
Black with #70CEFD
Text Example
Text Example
White with #70CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEFD; }
p { color: rgb(112,206,253); }
H1.HeaderClassName
{
color: #70CEFD;
}
.AnyTagClassName
{
color: #70CEFD;
}
</style>
background-color css
<style>
a { background-color: #70CEFD; }
a { background-color: rgb(112,206,253); }
div.DivClassName
{
background-color: #70CEFD;
}
.BgClassName
{
background-color: #70CEFD;
}
</style>
border-color css
<style>
span { border-color: #70CEFD; }
span { border-color: rgb(112,206,253); }
td.TdClassName
{
border-color: #70CEFD;
}
.TagClassName
{
border-color: #70CEFD;
}
</style>