Shades of Spray #71CBE5
Tints of Spray #71CBE5
RGB
CMYK
RGB Variations
Color information
#71CBE5 (or 0x71CBE5) is known color: Spray. HEX triplet: 71, CB and E5. RGB value is (113,203,229). Sum of RGB (Red+Green+Blue) = 113+203+229=545 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.73% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 229 (89.84% from 255 or 42.02% from 545); Max value from RGB is 229 - color contains mainly: blue. Hex color #71CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CBE5 is #8E341A. Grayscale: #B2B2B2. Windows color (decimal): -9319451 or 15059825. OLE color: 15059825.
HSL color Cylindrical-coordinate representation of color #71CBE5: hue angle of 193.45º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #71CBE5 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 203 | 229 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.10 |
| HSL | 193.45º | 0.69% | 0.67% | - |
| HSV(B) | 193.45º | 0.51% | 0.9% | - |
| XYZ | 42.31 | 51.88 | 81.91 | - |
| YUV | 179.05 | 156.18 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 229 | 0.51 | 0.11 | 0 | 0.10 | 193.45 | 0.69 | 0.67 |
| Hex | 71 | CB | E5 | 33 | B | 0 | A | C1 | 45 | 43 |
| Octal | 161 | 313 | 345 | 63 | 13 | 0 | 12 | 301 | 105 | 103 |
| Binary | 1110001 | 11001011 | 11100101 | 110011 | 1011 | 0 | 1010 | 11000001 | 1000101 | 1000011 |
Color Harmonies of #71CBE5
Complementary color
Monochromatic Colors of #71CBE5
Black with #71CBE5
Text Example
Text Example
White with #71CBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CBE5; }
p { color: rgb(113,203,229); }
H1.HeaderClassName
{
color: #71CBE5;
}
.AnyTagClassName
{
color: #71CBE5;
}
</style>
background-color css
<style>
a { background-color: #71CBE5; }
a { background-color: rgb(113,203,229); }
div.DivClassName
{
background-color: #71CBE5;
}
.BgClassName
{
background-color: #71CBE5;
}
</style>
border-color css
<style>
span { border-color: #71CBE5; }
span { border-color: rgb(113,203,229); }
td.TdClassName
{
border-color: #71CBE5;
}
.TagClassName
{
border-color: #71CBE5;
}
</style>