Shades of Pelorous #1699BF
Tints of Pelorous #1699BF
RGB
CMYK
RGB Variations
Color information
#1699BF (or 0x1699BF) is known color: Pelorous. HEX triplet: 16, 99 and BF. RGB value is (22,153,191). Sum of RGB (Red+Green+Blue) = 22+153+191=366 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.01% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 191 (75% from 255 or 52.19% from 366); Max value from RGB is 191 - color contains mainly: blue. Hex color #1699BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1699BF is #E96640. Grayscale: #757575. Windows color (decimal): -15296065 or 12556566. OLE color: 12556566.
HSL color Cylindrical-coordinate representation of color #1699BF: hue angle of 193.49º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1699BF is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 22 | 153 | 191 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.25 |
| HSL | 193.49º | 0.79% | 0.42% | - |
| HSV(B) | 193.49º | 0.88% | 0.75% | - |
| XYZ | 21.13 | 26.71 | 53.33 | - |
| YUV | 118.16 | 169.1 | 59.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 191 | 0.88 | 0.20 | 0 | 0.25 | 193.49 | 0.79 | 0.42 |
| Hex | 16 | 99 | BF | 58 | 14 | 0 | 19 | C1 | 4F | 2A |
| Octal | 26 | 231 | 277 | 130 | 24 | 0 | 31 | 301 | 117 | 52 |
| Binary | 10110 | 10011001 | 10111111 | 1011000 | 10100 | 0 | 11001 | 11000001 | 1001111 | 101010 |
Color Harmonies of #1699BF
Complementary color
Monochromatic Colors of #1699BF
Black with #1699BF
Text Example
Text Example
White with #1699BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699BF; }
p { color: rgb(22,153,191); }
H1.HeaderClassName
{
color: #1699BF;
}
.AnyTagClassName
{
color: #1699BF;
}
</style>
background-color css
<style>
a { background-color: #1699BF; }
a { background-color: rgb(22,153,191); }
div.DivClassName
{
background-color: #1699BF;
}
.BgClassName
{
background-color: #1699BF;
}
</style>
border-color css
<style>
span { border-color: #1699BF; }
span { border-color: rgb(22,153,191); }
td.TdClassName
{
border-color: #1699BF;
}
.TagClassName
{
border-color: #1699BF;
}
</style>