Shades of Maya Blue #70CBFF
Tints of Maya Blue #70CBFF
RGB
CMYK
RGB Variations
Color information
#70CBFF (or 0x70CBFF) is known color: Maya Blue. HEX triplet: 70, CB and FF. RGB value is (112,203,255). Sum of RGB (Red+Green+Blue) = 112+203+255=570 (75% of max value = 765). Red value is 112 (44.14% from 255 or 19.65% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #70CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70CBFF is #8F3400. Grayscale: #B5B5B5. Windows color (decimal): -9384961 or 16763760. OLE color: 16763760.
HSL color Cylindrical-coordinate representation of color #70CBFF: hue angle of 201.82º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70CBFF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 112 | 203 | 255 | - |
| CMYK | 0.56 | 0.20 | 0 | 0 |
| HSL | 201.82º | 1% | 0.72% | - |
| HSV(B) | 201.82º | 0.56% | 1% | - |
| XYZ | 46.09 | 53.38 | 102.48 | - |
| YUV | 181.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 203 | 255 | 0.56 | 0.20 | 0 | 0 | 201.82 | 1 | 0.72 |
| Hex | 70 | CB | FF | 38 | 14 | 0 | 0 | CA | 64 | 48 |
| Octal | 160 | 313 | 377 | 70 | 24 | 0 | 0 | 312 | 144 | 110 |
| Binary | 1110000 | 11001011 | 11111111 | 111000 | 10100 | 0 | 0 | 11001010 | 1100100 | 1001000 |
Color Harmonies of #70CBFF
Complementary color
Monochromatic Colors of #70CBFF
Black with #70CBFF
Text Example
Text Example
White with #70CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CBFF; }
p { color: rgb(112,203,255); }
H1.HeaderClassName
{
color: #70CBFF;
}
.AnyTagClassName
{
color: #70CBFF;
}
</style>
background-color css
<style>
a { background-color: #70CBFF; }
a { background-color: rgb(112,203,255); }
div.DivClassName
{
background-color: #70CBFF;
}
.BgClassName
{
background-color: #70CBFF;
}
</style>
border-color css
<style>
span { border-color: #70CBFF; }
span { border-color: rgb(112,203,255); }
td.TdClassName
{
border-color: #70CBFF;
}
.TagClassName
{
border-color: #70CBFF;
}
</style>