Shades of Pacific Blue #1799CF
Tints of Pacific Blue #1799CF
RGB
CMYK
RGB Variations
Color information
#1799CF (or 0x1799CF) is known color: Pacific Blue. HEX triplet: 17, 99 and CF. RGB value is (23,153,207). Sum of RGB (Red+Green+Blue) = 23+153+207=383 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.01% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #1799CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799CF is #E86630. Grayscale: #777777. Windows color (decimal): -15230513 or 13605143. OLE color: 13605143.
HSL color Cylindrical-coordinate representation of color #1799CF: hue angle of 197.61º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1799CF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 23 | 153 | 207 | - |
| CMYK | 0.89 | 0.26 | 0 | 0.19 |
| HSL | 197.61º | 0.8% | 0.45% | - |
| HSV(B) | 197.61º | 0.89% | 0.81% | - |
| XYZ | 23.01 | 27.47 | 63.12 | - |
| YUV | 120.29 | 176.93 | 58.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 207 | 0.89 | 0.26 | 0 | 0.19 | 197.61 | 0.8 | 0.45 |
| Hex | 17 | 99 | CF | 59 | 1A | 0 | 13 | C6 | 50 | 2D |
| Octal | 27 | 231 | 317 | 131 | 32 | 0 | 23 | 306 | 120 | 55 |
| Binary | 10111 | 10011001 | 11001111 | 1011001 | 11010 | 0 | 10011 | 11000110 | 1010000 | 101101 |
Color Harmonies of #1799CF
Complementary color
Monochromatic Colors of #1799CF
Black with #1799CF
Text Example
Text Example
White with #1799CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799CF; }
p { color: rgb(23,153,207); }
H1.HeaderClassName
{
color: #1799CF;
}
.AnyTagClassName
{
color: #1799CF;
}
</style>
background-color css
<style>
a { background-color: #1799CF; }
a { background-color: rgb(23,153,207); }
div.DivClassName
{
background-color: #1799CF;
}
.BgClassName
{
background-color: #1799CF;
}
</style>
border-color css
<style>
span { border-color: #1799CF; }
span { border-color: rgb(23,153,207); }
td.TdClassName
{
border-color: #1799CF;
}
.TagClassName
{
border-color: #1799CF;
}
</style>