Shades of Maya Blue #70CBF2
Tints of Maya Blue #70CBF2
RGB
CMYK
RGB Variations
Color information
#70CBF2 (or 0x70CBF2) is known color: Maya Blue. HEX triplet: 70, CB and F2. RGB value is (112,203,242). Sum of RGB (Red+Green+Blue) = 112+203+242=557 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.11% from 557); Green value is 203 (79.69% from 255 or 36.45% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #70CBF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBF2 is #8F340D. Grayscale: #B3B3B3. Windows color (decimal): -9384974 or 15911792. OLE color: 15911792.
HSL color Cylindrical-coordinate representation of color #70CBF2: hue angle of 198º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70CBF2 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 203 | 242 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.05 |
| HSL | 198º | 0.83% | 0.69% | - |
| HSV(B) | 198º | 0.54% | 0.95% | - |
| XYZ | 44.07 | 52.57 | 91.83 | - |
| YUV | 180.24 | 162.85 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 242 | 0.54 | 0.16 | 0 | 0.05 | 198 | 0.83 | 0.69 |
| Hex | 70 | CB | F2 | 36 | 10 | 0 | 5 | C6 | 53 | 45 |
| Octal | 160 | 313 | 362 | 66 | 20 | 0 | 5 | 306 | 123 | 105 |
| Binary | 1110000 | 11001011 | 11110010 | 110110 | 10000 | 0 | 101 | 11000110 | 1010011 | 1000101 |
Color Harmonies of #70CBF2
Complementary color
Monochromatic Colors of #70CBF2
Black with #70CBF2
Text Example
Text Example
White with #70CBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBF2; }
p { color: rgb(112,203,242); }
H1.HeaderClassName
{
color: #70CBF2;
}
.AnyTagClassName
{
color: #70CBF2;
}
</style>
background-color css
<style>
a { background-color: #70CBF2; }
a { background-color: rgb(112,203,242); }
div.DivClassName
{
background-color: #70CBF2;
}
.BgClassName
{
background-color: #70CBF2;
}
</style>
border-color css
<style>
span { border-color: #70CBF2; }
span { border-color: rgb(112,203,242); }
td.TdClassName
{
border-color: #70CBF2;
}
.TagClassName
{
border-color: #70CBF2;
}
</style>