Shades of Cerulean #1683BA
Tints of Cerulean #1683BA
RGB
CMYK
RGB Variations
Color information
#1683BA (or 0x1683BA) is known color: Cerulean. HEX triplet: 16, 83 and BA. RGB value is (22,131,186). Sum of RGB (Red+Green+Blue) = 22+131+186=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 131 (51.56% from 255 or 38.64% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #1683BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1683BA is #E97C45. Grayscale: #686868. Windows color (decimal): -15301702 or 12223254. OLE color: 12223254.
HSL color Cylindrical-coordinate representation of color #1683BA: hue angle of 200.12º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1683BA is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 131 | 186 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.27 |
| HSL | 200.12º | 0.79% | 0.41% | - |
| HSV(B) | 200.12º | 0.88% | 0.73% | - |
| XYZ | 17.31 | 19.95 | 49.39 | - |
| YUV | 104.68 | 173.89 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 186 | 0.88 | 0.30 | 0 | 0.27 | 200.12 | 0.79 | 0.41 |
| Hex | 16 | 83 | BA | 58 | 1E | 0 | 1B | C8 | 4F | 29 |
| Octal | 26 | 203 | 272 | 130 | 36 | 0 | 33 | 310 | 117 | 51 |
| Binary | 10110 | 10000011 | 10111010 | 1011000 | 11110 | 0 | 11011 | 11001000 | 1001111 | 101001 |
Color Harmonies of #1683BA
Complementary color
Monochromatic Colors of #1683BA
Black with #1683BA
Text Example
Text Example
White with #1683BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683BA; }
p { color: rgb(22,131,186); }
H1.HeaderClassName
{
color: #1683BA;
}
.AnyTagClassName
{
color: #1683BA;
}
</style>
background-color css
<style>
a { background-color: #1683BA; }
a { background-color: rgb(22,131,186); }
div.DivClassName
{
background-color: #1683BA;
}
.BgClassName
{
background-color: #1683BA;
}
</style>
border-color css
<style>
span { border-color: #1683BA; }
span { border-color: rgb(22,131,186); }
td.TdClassName
{
border-color: #1683BA;
}
.TagClassName
{
border-color: #1683BA;
}
</style>