Shades of Maya Blue #70B5EE
Tints of Maya Blue #70B5EE
RGB
CMYK
RGB Variations
Color information
#70B5EE (or 0x70B5EE) is known color: Maya Blue. HEX triplet: 70, B5 and EE. RGB value is (112,181,238). Sum of RGB (Red+Green+Blue) = 112+181+238=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 181 (71.09% from 255 or 34.09% from 531); Blue value is 238 (93.36% from 255 or 44.82% from 531); Max value from RGB is 238 - color contains mainly: blue. Hex color #70B5EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #70B5EE is #8F4A11. Grayscale: #A6A6A6. Windows color (decimal): -9390610 or 15644016. OLE color: 15644016.
HSL color Cylindrical-coordinate representation of color #70B5EE: hue angle of 207.14º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70B5EE is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 112 | 181 | 238 | - |
CMYK | 0.53 | 0.24 | 0 | 0.07 |
HSL | 207.14º | 0.79% | 0.69% | - |
HSV(B) | 207.14º | 0.53% | 0.93% | - |
XYZ | 38.64 | 42.67 | 87.09 | - |
YUV | 166.87 | 168.14 | 88.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 112 | 181 | 238 | 0.53 | 0.24 | 0 | 0.07 | 207.14 | 0.79 | 0.69 |
Hex | 70 | B5 | EE | 35 | 18 | 0 | 7 | CF | 4F | 45 |
Octal | 160 | 265 | 356 | 65 | 30 | 0 | 7 | 317 | 117 | 105 |
Binary | 1110000 | 10110101 | 11101110 | 110101 | 11000 | 0 | 111 | 11001111 | 1001111 | 1000101 |
Color Harmonies of #70B5EE
Complementary color
Monochromatic Colors of #70B5EE
Black with #70B5EE
Text Example
Text Example
White with #70B5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B5EE; }
p { color: rgb(112,181,238); }
H1.HeaderClassName
{
color: #70B5EE;
}
.AnyTagClassName
{
color: #70B5EE;
}
</style>
background-color css
<style>
a { background-color: #70B5EE; }
a { background-color: rgb(112,181,238); }
div.DivClassName
{
background-color: #70B5EE;
}
.BgClassName
{
background-color: #70B5EE;
}
</style>
border-color css
<style>
span { border-color: #70B5EE; }
span { border-color: rgb(112,181,238); }
td.TdClassName
{
border-color: #70B5EE;
}
.TagClassName
{
border-color: #70B5EE;
}
</style>