Shades of Pacific Blue #1799CA
Tints of Pacific Blue #1799CA
RGB
CMYK
RGB Variations
Color information
#1799CA (or 0x1799CA) is known color: Pacific Blue. HEX triplet: 17, 99 and CA. RGB value is (23,153,202). Sum of RGB (Red+Green+Blue) = 23+153+202=378 (50% of max value = 765). Red value is 23 (9.38% from 255 or 6.08% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 202 (79.30% from 255 or 53.44% from 378); Max value from RGB is 202 - color contains mainly: blue. Hex color #1799CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1799CA is #E86635. Grayscale: #777777. Windows color (decimal): -15230518 or 13277463. OLE color: 13277463.
HSL color Cylindrical-coordinate representation of color #1799CA: hue angle of 196.42º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1799CA is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 23 | 153 | 202 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.21 |
| HSL | 196.42º | 0.8% | 0.44% | - |
| HSV(B) | 196.42º | 0.89% | 0.79% | - |
| XYZ | 22.41 | 27.23 | 59.95 | - |
| YUV | 119.72 | 174.43 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 153 | 202 | 0.89 | 0.24 | 0 | 0.21 | 196.42 | 0.8 | 0.44 |
| Hex | 17 | 99 | CA | 59 | 18 | 0 | 15 | C4 | 50 | 2C |
| Octal | 27 | 231 | 312 | 131 | 30 | 0 | 25 | 304 | 120 | 54 |
| Binary | 10111 | 10011001 | 11001010 | 1011001 | 11000 | 0 | 10101 | 11000100 | 1010000 | 101100 |
Color Harmonies of #1799CA
Complementary color
Monochromatic Colors of #1799CA
Black with #1799CA
Text Example
Text Example
White with #1799CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1799CA; }
p { color: rgb(23,153,202); }
H1.HeaderClassName
{
color: #1799CA;
}
.AnyTagClassName
{
color: #1799CA;
}
</style>
background-color css
<style>
a { background-color: #1799CA; }
a { background-color: rgb(23,153,202); }
div.DivClassName
{
background-color: #1799CA;
}
.BgClassName
{
background-color: #1799CA;
}
</style>
border-color css
<style>
span { border-color: #1799CA; }
span { border-color: rgb(23,153,202); }
td.TdClassName
{
border-color: #1799CA;
}
.TagClassName
{
border-color: #1799CA;
}
</style>