Shades of Cerulean #1683AF
Tints of Cerulean #1683AF
RGB
CMYK
RGB Variations
Color information
#1683AF (or 0x1683AF) is known color: Cerulean. HEX triplet: 16, 83 and AF. RGB value is (22,131,175). Sum of RGB (Red+Green+Blue) = 22+131+175=328 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.71% from 328); Green value is 131 (51.56% from 255 or 39.94% from 328); Blue value is 175 (68.75% from 255 or 53.35% from 328); Max value from RGB is 175 - color contains mainly: blue. Hex color #1683AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1683AF is #E97C50. Grayscale: #676767. Windows color (decimal): -15301713 or 11502358. OLE color: 11502358.
HSL color Cylindrical-coordinate representation of color #1683AF: hue angle of 197.25º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1683AF is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 22 | 131 | 175 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.31 |
| HSL | 197.25º | 0.78% | 0.39% | - |
| HSV(B) | 197.25º | 0.87% | 0.69% | - |
| XYZ | 16.19 | 19.5 | 43.47 | - |
| YUV | 103.43 | 168.39 | 69.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 131 | 175 | 0.87 | 0.25 | 0 | 0.31 | 197.25 | 0.78 | 0.39 |
| Hex | 16 | 83 | AF | 57 | 19 | 0 | 1F | C5 | 4E | 27 |
| Octal | 26 | 203 | 257 | 127 | 31 | 0 | 37 | 305 | 116 | 47 |
| Binary | 10110 | 10000011 | 10101111 | 1010111 | 11001 | 0 | 11111 | 11000101 | 1001110 | 100111 |
Color Harmonies of #1683AF
Complementary color
Monochromatic Colors of #1683AF
Black with #1683AF
Text Example
Text Example
White with #1683AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1683AF; }
p { color: rgb(22,131,175); }
H1.HeaderClassName
{
color: #1683AF;
}
.AnyTagClassName
{
color: #1683AF;
}
</style>
background-color css
<style>
a { background-color: #1683AF; }
a { background-color: rgb(22,131,175); }
div.DivClassName
{
background-color: #1683AF;
}
.BgClassName
{
background-color: #1683AF;
}
</style>
border-color css
<style>
span { border-color: #1683AF; }
span { border-color: rgb(22,131,175); }
td.TdClassName
{
border-color: #1683AF;
}
.TagClassName
{
border-color: #1683AF;
}
</style>