Shades of Spray #71CCE5
Tints of Spray #71CCE5
RGB
CMYK
RGB Variations
Color information
#71CCE5 (or 0x71CCE5) is known color: Spray. HEX triplet: 71, CC and E5. RGB value is (113,204,229). Sum of RGB (Red+Green+Blue) = 113+204+229=546 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.70% from 546); Green value is 204 (80.08% from 255 or 37.36% from 546); Blue value is 229 (89.84% from 255 or 41.94% from 546); Max value from RGB is 229 - color contains mainly: blue. Hex color #71CCE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #71CCE5 is #8E331A. Grayscale: #B3B3B3. Windows color (decimal): -9319195 or 15060081. OLE color: 15060081.
HSL color Cylindrical-coordinate representation of color #71CCE5: hue angle of 192.93º 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 #71CCE5 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 204 | 229 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.10 |
| HSL | 192.93º | 0.69% | 0.67% | - |
| HSV(B) | 192.93º | 0.51% | 0.9% | - |
| XYZ | 42.55 | 52.35 | 81.99 | - |
| YUV | 179.64 | 155.85 | 80.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 229 | 0.51 | 0.11 | 0 | 0.10 | 192.93 | 0.69 | 0.67 |
| Hex | 71 | CC | E5 | 33 | B | 0 | A | C1 | 45 | 43 |
| Octal | 161 | 314 | 345 | 63 | 13 | 0 | 12 | 301 | 105 | 103 |
| Binary | 1110001 | 11001100 | 11100101 | 110011 | 1011 | 0 | 1010 | 11000001 | 1000101 | 1000011 |
Color Harmonies of #71CCE5
Complementary color
Monochromatic Colors of #71CCE5
Black with #71CCE5
Text Example
Text Example
White with #71CCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CCE5; }
p { color: rgb(113,204,229); }
H1.HeaderClassName
{
color: #71CCE5;
}
.AnyTagClassName
{
color: #71CCE5;
}
</style>
background-color css
<style>
a { background-color: #71CCE5; }
a { background-color: rgb(113,204,229); }
div.DivClassName
{
background-color: #71CCE5;
}
.BgClassName
{
background-color: #71CCE5;
}
</style>
border-color css
<style>
span { border-color: #71CCE5; }
span { border-color: rgb(113,204,229); }
td.TdClassName
{
border-color: #71CCE5;
}
.TagClassName
{
border-color: #71CCE5;
}
</style>