Shades of Cerulean #117FBD
Tints of Cerulean #117FBD
RGB
CMYK
RGB Variations
Color information
#117FBD (or 0x117FBD) is known color: Cerulean. HEX triplet: 11, 7F and BD. RGB value is (17,127,189). Sum of RGB (Red+Green+Blue) = 17+127+189=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #117FBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FBD is #EE8042. Grayscale: #646464. Windows color (decimal): -15630403 or 12418833. OLE color: 12418833.
HSL color Cylindrical-coordinate representation of color #117FBD: hue angle of 201.63º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FBD is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 17 | 127 | 189 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.26 |
| HSL | 201.63º | 0.83% | 0.4% | - |
| HSV(B) | 201.63º | 0.91% | 0.74% | - |
| XYZ | 17.01 | 18.97 | 50.91 | - |
| YUV | 101.18 | 177.56 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 189 | 0.91 | 0.33 | 0 | 0.26 | 201.63 | 0.83 | 0.4 |
| Hex | 11 | 7F | BD | 5B | 21 | 0 | 1A | CA | 53 | 28 |
| Octal | 21 | 177 | 275 | 133 | 41 | 0 | 32 | 312 | 123 | 50 |
| Binary | 10001 | 1111111 | 10111101 | 1011011 | 100001 | 0 | 11010 | 11001010 | 1010011 | 101000 |
Color Harmonies of #117FBD
Complementary color
Monochromatic Colors of #117FBD
Black with #117FBD
Text Example
Text Example
White with #117FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FBD; }
p { color: rgb(17,127,189); }
H1.HeaderClassName
{
color: #117FBD;
}
.AnyTagClassName
{
color: #117FBD;
}
</style>
background-color css
<style>
a { background-color: #117FBD; }
a { background-color: rgb(17,127,189); }
div.DivClassName
{
background-color: #117FBD;
}
.BgClassName
{
background-color: #117FBD;
}
</style>
border-color css
<style>
span { border-color: #117FBD; }
span { border-color: rgb(17,127,189); }
td.TdClassName
{
border-color: #117FBD;
}
.TagClassName
{
border-color: #117FBD;
}
</style>