Shades of Maya Blue #70CBED
Tints of Maya Blue #70CBED
RGB
CMYK
RGB Variations
Color information
#70CBED (or 0x70CBED) is known color: Maya Blue. HEX triplet: 70, CB and ED. RGB value is (112,203,237). Sum of RGB (Red+Green+Blue) = 112+203+237=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #70CBED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBED is #8F3412. Grayscale: #B3B3B3. Windows color (decimal): -9384979 or 15584112. OLE color: 15584112.
HSL color Cylindrical-coordinate representation of color #70CBED: hue angle of 196.32º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70CBED is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 203 | 237 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.07 |
| HSL | 196.32º | 0.78% | 0.68% | - |
| HSV(B) | 196.32º | 0.53% | 0.93% | - |
| XYZ | 43.32 | 52.27 | 87.93 | - |
| YUV | 179.67 | 160.35 | 79.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 237 | 0.53 | 0.14 | 0 | 0.07 | 196.32 | 0.78 | 0.68 |
| Hex | 70 | CB | ED | 35 | E | 0 | 7 | C4 | 4E | 44 |
| Octal | 160 | 313 | 355 | 65 | 16 | 0 | 7 | 304 | 116 | 104 |
| Binary | 1110000 | 11001011 | 11101101 | 110101 | 1110 | 0 | 111 | 11000100 | 1001110 | 1000100 |
Color Harmonies of #70CBED
Complementary color
Monochromatic Colors of #70CBED
Black with #70CBED
Text Example
Text Example
White with #70CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBED; }
p { color: rgb(112,203,237); }
H1.HeaderClassName
{
color: #70CBED;
}
.AnyTagClassName
{
color: #70CBED;
}
</style>
background-color css
<style>
a { background-color: #70CBED; }
a { background-color: rgb(112,203,237); }
div.DivClassName
{
background-color: #70CBED;
}
.BgClassName
{
background-color: #70CBED;
}
</style>
border-color css
<style>
span { border-color: #70CBED; }
span { border-color: rgb(112,203,237); }
td.TdClassName
{
border-color: #70CBED;
}
.TagClassName
{
border-color: #70CBED;
}
</style>