Shades of Spray #75CCE6
Tints of Spray #75CCE6
RGB
CMYK
RGB Variations
Color information
#75CCE6 (or 0x75CCE6) is known color: Spray. HEX triplet: 75, CC and E6. RGB value is (117,204,230). Sum of RGB (Red+Green+Blue) = 117+204+230=551 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.23% from 551); Green value is 204 (80.08% from 255 or 37.02% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #75CCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #75CCE6 is #8A3319. Grayscale: #B4B4B4. Windows color (decimal): -9057050 or 15125621. OLE color: 15125621.
HSL color Cylindrical-coordinate representation of color #75CCE6: hue angle of 193.81º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75CCE6 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 117 | 204 | 230 | - |
| CMYK | 0.49 | 0.11 | 0 | 0.10 |
| HSL | 193.81º | 0.69% | 0.68% | - |
| HSV(B) | 193.81º | 0.49% | 0.9% | - |
| XYZ | 43.21 | 52.68 | 82.75 | - |
| YUV | 180.95 | 155.68 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 204 | 230 | 0.49 | 0.11 | 0 | 0.10 | 193.81 | 0.69 | 0.68 |
| Hex | 75 | CC | E6 | 31 | B | 0 | A | C2 | 45 | 44 |
| Octal | 165 | 314 | 346 | 61 | 13 | 0 | 12 | 302 | 105 | 104 |
| Binary | 1110101 | 11001100 | 11100110 | 110001 | 1011 | 0 | 1010 | 11000010 | 1000101 | 1000100 |
Color Harmonies of #75CCE6
Complementary color
Monochromatic Colors of #75CCE6
Black with #75CCE6
Text Example
Text Example
White with #75CCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CCE6; }
p { color: rgb(117,204,230); }
H1.HeaderClassName
{
color: #75CCE6;
}
.AnyTagClassName
{
color: #75CCE6;
}
</style>
background-color css
<style>
a { background-color: #75CCE6; }
a { background-color: rgb(117,204,230); }
div.DivClassName
{
background-color: #75CCE6;
}
.BgClassName
{
background-color: #75CCE6;
}
</style>
border-color css
<style>
span { border-color: #75CCE6; }
span { border-color: rgb(117,204,230); }
td.TdClassName
{
border-color: #75CCE6;
}
.TagClassName
{
border-color: #75CCE6;
}
</style>