Shades of Cerulean #1681BC
Tints of Cerulean #1681BC
RGB
CMYK
RGB Variations
Color information
#1681BC (or 0x1681BC) is known color: Cerulean. HEX triplet: 16, 81 and BC. RGB value is (22,129,188). Sum of RGB (Red+Green+Blue) = 22+129+188=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 188 (73.83% from 255 or 55.46% from 339); Max value from RGB is 188 - color contains mainly: blue. Hex color #1681BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1681BC is #E97E43. Grayscale: #676767. Windows color (decimal): -15302212 or 12353814. OLE color: 12353814.
HSL color Cylindrical-coordinate representation of color #1681BC: hue angle of 201.33º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1681BC is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 22 | 129 | 188 | - |
| CMYK | 0.88 | 0.31 | 0 | 0.26 |
| HSL | 201.33º | 0.79% | 0.41% | - |
| HSV(B) | 201.33º | 0.88% | 0.74% | - |
| XYZ | 17.26 | 19.5 | 50.43 | - |
| YUV | 103.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 129 | 188 | 0.88 | 0.31 | 0 | 0.26 | 201.33 | 0.79 | 0.41 |
| Hex | 16 | 81 | BC | 58 | 1F | 0 | 1A | C9 | 4F | 29 |
| Octal | 26 | 201 | 274 | 130 | 37 | 0 | 32 | 311 | 117 | 51 |
| Binary | 10110 | 10000001 | 10111100 | 1011000 | 11111 | 0 | 11010 | 11001001 | 1001111 | 101001 |
Color Harmonies of #1681BC
Complementary color
Monochromatic Colors of #1681BC
Black with #1681BC
Text Example
Text Example
White with #1681BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1681BC; }
p { color: rgb(22,129,188); }
H1.HeaderClassName
{
color: #1681BC;
}
.AnyTagClassName
{
color: #1681BC;
}
</style>
background-color css
<style>
a { background-color: #1681BC; }
a { background-color: rgb(22,129,188); }
div.DivClassName
{
background-color: #1681BC;
}
.BgClassName
{
background-color: #1681BC;
}
</style>
border-color css
<style>
span { border-color: #1681BC; }
span { border-color: rgb(22,129,188); }
td.TdClassName
{
border-color: #1681BC;
}
.TagClassName
{
border-color: #1681BC;
}
</style>