Shades of Spray #75CCE2
Tints of Spray #75CCE2
RGB
CMYK
RGB Variations
Color information
#75CCE2 (or 0x75CCE2) is known color: Spray. HEX triplet: 75, CC and E2. RGB value is (117,204,226). Sum of RGB (Red+Green+Blue) = 117+204+226=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 204 (80.08% from 255 or 37.29% from 547); Blue value is 226 (88.67% from 255 or 41.32% from 547); Max value from RGB is 226 - color contains mainly: blue. Hex color #75CCE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CCE2 is #8A331D. Grayscale: #B4B4B4. Windows color (decimal): -9057054 or 14863477. OLE color: 14863477.
HSL color Cylindrical-coordinate representation of color #75CCE2: hue angle of 192.11º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75CCE2 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 204 | 226 | - |
| CMYK | 0.48 | 0.10 | 0 | 0.11 |
| HSL | 192.11º | 0.65% | 0.67% | - |
| HSV(B) | 192.11º | 0.48% | 0.89% | - |
| XYZ | 42.66 | 52.46 | 79.83 | - |
| YUV | 180.5 | 153.68 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 226 | 0.48 | 0.10 | 0 | 0.11 | 192.11 | 0.65 | 0.67 |
| Hex | 75 | CC | E2 | 30 | A | 0 | B | C0 | 41 | 43 |
| Octal | 165 | 314 | 342 | 60 | 12 | 0 | 13 | 300 | 101 | 103 |
| Binary | 1110101 | 11001100 | 11100010 | 110000 | 1010 | 0 | 1011 | 11000000 | 1000001 | 1000011 |
Color Harmonies of #75CCE2
Complementary color
Monochromatic Colors of #75CCE2
Black with #75CCE2
Text Example
Text Example
White with #75CCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCE2; }
p { color: rgb(117,204,226); }
H1.HeaderClassName
{
color: #75CCE2;
}
.AnyTagClassName
{
color: #75CCE2;
}
</style>
background-color css
<style>
a { background-color: #75CCE2; }
a { background-color: rgb(117,204,226); }
div.DivClassName
{
background-color: #75CCE2;
}
.BgClassName
{
background-color: #75CCE2;
}
</style>
border-color css
<style>
span { border-color: #75CCE2; }
span { border-color: rgb(117,204,226); }
td.TdClassName
{
border-color: #75CCE2;
}
.TagClassName
{
border-color: #75CCE2;
}
</style>