Shades of Spray #75CEDA
Tints of Spray #75CEDA
RGB
CMYK
RGB Variations
Color information
#75CEDA (or 0x75CEDA) is known color: Spray. HEX triplet: 75, CE and DA. RGB value is (117,206,218). Sum of RGB (Red+Green+Blue) = 117+206+218=541 (71% of max value = 765). Red value is 117 (46.09% from 255 or 21.63% from 541); Green value is 206 (80.86% from 255 or 38.08% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #75CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEDA is #8A3125. Grayscale: #B4B4B4. Windows color (decimal): -9056550 or 14339701. OLE color: 14339701.
HSL color Cylindrical-coordinate representation of color #75CEDA: hue angle of 187.13º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75CEDA is Cyan = 0.46, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 206 | 218 | - |
| CMYK | 0.46 | 0.06 | 0 | 0.15 |
| HSL | 187.13º | 0.58% | 0.66% | - |
| HSV(B) | 187.13º | 0.46% | 0.85% | - |
| XYZ | 42.06 | 52.99 | 74.34 | - |
| YUV | 180.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 206 | 218 | 0.46 | 0.06 | 0 | 0.15 | 187.13 | 0.58 | 0.66 |
| Hex | 75 | CE | DA | 2E | 6 | 0 | F | BB | 3A | 42 |
| Octal | 165 | 316 | 332 | 56 | 6 | 0 | 17 | 273 | 72 | 102 |
| Binary | 1110101 | 11001110 | 11011010 | 101110 | 110 | 0 | 1111 | 10111011 | 111010 | 1000010 |
Color Harmonies of #75CEDA
Complementary color
Monochromatic Colors of #75CEDA
Black with #75CEDA
Text Example
Text Example
White with #75CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CEDA; }
p { color: rgb(117,206,218); }
H1.HeaderClassName
{
color: #75CEDA;
}
.AnyTagClassName
{
color: #75CEDA;
}
</style>
background-color css
<style>
a { background-color: #75CEDA; }
a { background-color: rgb(117,206,218); }
div.DivClassName
{
background-color: #75CEDA;
}
.BgClassName
{
background-color: #75CEDA;
}
</style>
border-color css
<style>
span { border-color: #75CEDA; }
span { border-color: rgb(117,206,218); }
td.TdClassName
{
border-color: #75CEDA;
}
.TagClassName
{
border-color: #75CEDA;
}
</style>