Shades of Spray #71CCE6
Tints of Spray #71CCE6
RGB
CMYK
RGB Variations
Color information
#71CCE6 (or 0x71CCE6) is known color: Spray. HEX triplet: 71, CC and E6. RGB value is (113,204,230). Sum of RGB (Red+Green+Blue) = 113+204+230=547 (72% of max value = 765). Red value is 113 (44.53% from 255 or 20.66% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 230 (90.23% from 255 or 42.05% from 547); Max value from RGB is 230 - color contains mainly: blue. Hex color #71CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CCE6 is #8E3319. Grayscale: #B3B3B3. Windows color (decimal): -9319194 or 15125617. OLE color: 15125617.
HSL color Cylindrical-coordinate representation of color #71CCE6: hue angle of 193.33º degrees, saturation: 0.7, 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 #71CCE6 is Cyan = 0.51, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 113 | 204 | 230 | - |
| CMYK | 0.51 | 0.11 | 0 | 0.10 |
| HSL | 193.33º | 0.7% | 0.67% | - |
| HSV(B) | 193.33º | 0.51% | 0.9% | - |
| XYZ | 42.69 | 52.41 | 82.73 | - |
| YUV | 179.76 | 156.35 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 204 | 230 | 0.51 | 0.11 | 0 | 0.10 | 193.33 | 0.7 | 0.67 |
| Hex | 71 | CC | E6 | 33 | B | 0 | A | C1 | 46 | 43 |
| Octal | 161 | 314 | 346 | 63 | 13 | 0 | 12 | 301 | 106 | 103 |
| Binary | 1110001 | 11001100 | 11100110 | 110011 | 1011 | 0 | 1010 | 11000001 | 1000110 | 1000011 |
Color Harmonies of #71CCE6
Complementary color
Monochromatic Colors of #71CCE6
Black with #71CCE6
Text Example
Text Example
White with #71CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CCE6; }
p { color: rgb(113,204,230); }
H1.HeaderClassName
{
color: #71CCE6;
}
.AnyTagClassName
{
color: #71CCE6;
}
</style>
background-color css
<style>
a { background-color: #71CCE6; }
a { background-color: rgb(113,204,230); }
div.DivClassName
{
background-color: #71CCE6;
}
.BgClassName
{
background-color: #71CCE6;
}
</style>
border-color css
<style>
span { border-color: #71CCE6; }
span { border-color: rgb(113,204,230); }
td.TdClassName
{
border-color: #71CCE6;
}
.TagClassName
{
border-color: #71CCE6;
}
</style>