Shades of Maya Blue #70CBFE
Tints of Maya Blue #70CBFE
RGB
CMYK
RGB Variations
Color information
#70CBFE (or 0x70CBFE) is known color: Maya Blue. HEX triplet: 70, CB and FE. RGB value is (112,203,254). Sum of RGB (Red+Green+Blue) = 112+203+254=569 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.68% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #70CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBFE is #8F3401. Grayscale: #B5B5B5. Windows color (decimal): -9384962 or 16698224. OLE color: 16698224.
HSL color Cylindrical-coordinate representation of color #70CBFE: hue angle of 201.55º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CBFE is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 112 | 203 | 254 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.00 |
| HSL | 201.55º | 0.99% | 0.72% | - |
| HSV(B) | 201.55º | 0.56% | 1% | - |
| XYZ | 45.93 | 53.31 | 101.64 | - |
| YUV | 181.61 | 168.85 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 254 | 0.56 | 0.20 | 0 | 0.00 | 201.55 | 0.99 | 0.72 |
| Hex | 70 | CB | FE | 38 | 14 | 0 | 0 | CA | 63 | 48 |
| Octal | 160 | 313 | 376 | 70 | 24 | 0 | 0 | 312 | 143 | 110 |
| Binary | 1110000 | 11001011 | 11111110 | 111000 | 10100 | 0 | 0 | 11001010 | 1100011 | 1001000 |
Color Harmonies of #70CBFE
Complementary color
Monochromatic Colors of #70CBFE
Black with #70CBFE
Text Example
Text Example
White with #70CBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBFE; }
p { color: rgb(112,203,254); }
H1.HeaderClassName
{
color: #70CBFE;
}
.AnyTagClassName
{
color: #70CBFE;
}
</style>
background-color css
<style>
a { background-color: #70CBFE; }
a { background-color: rgb(112,203,254); }
div.DivClassName
{
background-color: #70CBFE;
}
.BgClassName
{
background-color: #70CBFE;
}
</style>
border-color css
<style>
span { border-color: #70CBFE; }
span { border-color: rgb(112,203,254); }
td.TdClassName
{
border-color: #70CBFE;
}
.TagClassName
{
border-color: #70CBFE;
}
</style>