Shades of Spray #75CBE3
Tints of Spray #75CBE3
RGB
CMYK
RGB Variations
Color information
#75CBE3 (or 0x75CBE3) is known color: Spray. HEX triplet: 75, CB and E3. RGB value is (117,203,227). Sum of RGB (Red+Green+Blue) = 117+203+227=547 (72% of max value = 765). Red value is 117 (46.09% from 255 or 21.39% from 547); Green value is 203 (79.69% from 255 or 37.11% from 547); Blue value is 227 (89.06% from 255 or 41.50% from 547); Max value from RGB is 227 - color contains mainly: blue. Hex color #75CBE3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CBE3 is #8A341C. Grayscale: #B3B3B3. Windows color (decimal): -9057309 or 14928757. OLE color: 14928757.
HSL color Cylindrical-coordinate representation of color #75CBE3: hue angle of 193.09º degrees, saturation: 0.66, 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 #75CBE3 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 203 | 227 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.11 |
| HSL | 193.09º | 0.66% | 0.67% | - |
| HSV(B) | 193.09º | 0.48% | 0.89% | - |
| XYZ | 42.56 | 52.04 | 80.47 | - |
| YUV | 180.02 | 154.51 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 203 | 227 | 0.48 | 0.11 | 0 | 0.11 | 193.09 | 0.66 | 0.67 |
| Hex | 75 | CB | E3 | 30 | B | 0 | B | C1 | 42 | 43 |
| Octal | 165 | 313 | 343 | 60 | 13 | 0 | 13 | 301 | 102 | 103 |
| Binary | 1110101 | 11001011 | 11100011 | 110000 | 1011 | 0 | 1011 | 11000001 | 1000010 | 1000011 |
Color Harmonies of #75CBE3
Complementary color
Monochromatic Colors of #75CBE3
Black with #75CBE3
Text Example
Text Example
White with #75CBE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CBE3; }
p { color: rgb(117,203,227); }
H1.HeaderClassName
{
color: #75CBE3;
}
.AnyTagClassName
{
color: #75CBE3;
}
</style>
background-color css
<style>
a { background-color: #75CBE3; }
a { background-color: rgb(117,203,227); }
div.DivClassName
{
background-color: #75CBE3;
}
.BgClassName
{
background-color: #75CBE3;
}
</style>
border-color css
<style>
span { border-color: #75CBE3; }
span { border-color: rgb(117,203,227); }
td.TdClassName
{
border-color: #75CBE3;
}
.TagClassName
{
border-color: #75CBE3;
}
</style>