Shades of Pelorous #1E9CCF
Tints of Pelorous #1E9CCF
RGB
CMYK
RGB Variations
Color information
#1E9CCF (or 0x1E9CCF) is known color: Pelorous. HEX triplet: 1E, 9C and CF. RGB value is (30,156,207). Sum of RGB (Red+Green+Blue) = 30+156+207=393 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.63% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #1E9CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9CCF is #E16330. Grayscale: #7B7B7B. Windows color (decimal): -14770993 or 13605918. OLE color: 13605918.
HSL color Cylindrical-coordinate representation of color #1E9CCF: hue angle of 197.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E9CCF is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 30 | 156 | 207 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.19 |
| HSL | 197.29º | 0.75% | 0.46% | - |
| HSV(B) | 197.29º | 0.86% | 0.81% | - |
| XYZ | 23.69 | 28.56 | 63.3 | - |
| YUV | 124.14 | 174.76 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 156 | 207 | 0.86 | 0.25 | 0 | 0.19 | 197.29 | 0.75 | 0.46 |
| Hex | 1E | 9C | CF | 56 | 19 | 0 | 13 | C5 | 4B | 2E |
| Octal | 36 | 234 | 317 | 126 | 31 | 0 | 23 | 305 | 113 | 56 |
| Binary | 11110 | 10011100 | 11001111 | 1010110 | 11001 | 0 | 10011 | 11000101 | 1001011 | 101110 |
Color Harmonies of #1E9CCF
Complementary color
Monochromatic Colors of #1E9CCF
Black with #1E9CCF
Text Example
Text Example
White with #1E9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E9CCF; }
p { color: rgb(30,156,207); }
H1.HeaderClassName
{
color: #1E9CCF;
}
.AnyTagClassName
{
color: #1E9CCF;
}
</style>
background-color css
<style>
a { background-color: #1E9CCF; }
a { background-color: rgb(30,156,207); }
div.DivClassName
{
background-color: #1E9CCF;
}
.BgClassName
{
background-color: #1E9CCF;
}
</style>
border-color css
<style>
span { border-color: #1E9CCF; }
span { border-color: rgb(30,156,207); }
td.TdClassName
{
border-color: #1E9CCF;
}
.TagClassName
{
border-color: #1E9CCF;
}
</style>