Shades of Pacific Blue #17A1CB
Tints of Pacific Blue #17A1CB
RGB
CMYK
RGB Variations
Color information
#17A1CB (or 0x17A1CB) is known color: Pacific Blue. HEX triplet: 17, A1 and CB. RGB value is (23,161,203). Sum of RGB (Red+Green+Blue) = 23+161+203=387 (51% of max value = 765). Red value is 23 (9.38% from 255 or 5.94% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #17A1CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #17A1CB is #E85E34. Grayscale: #7C7C7C. Windows color (decimal): -15228469 or 13345047. OLE color: 13345047.
HSL color Cylindrical-coordinate representation of color #17A1CB: hue angle of 194º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #17A1CB is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 23 | 161 | 203 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.20 |
| HSL | 194º | 0.8% | 0.44% | - |
| HSV(B) | 194º | 0.89% | 0.8% | - |
| XYZ | 23.88 | 29.98 | 61.03 | - |
| YUV | 124.53 | 172.28 | 55.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 161 | 203 | 0.89 | 0.21 | 0 | 0.20 | 194 | 0.8 | 0.44 |
| Hex | 17 | A1 | CB | 59 | 15 | 0 | 14 | C2 | 50 | 2C |
| Octal | 27 | 241 | 313 | 131 | 25 | 0 | 24 | 302 | 120 | 54 |
| Binary | 10111 | 10100001 | 11001011 | 1011001 | 10101 | 0 | 10100 | 11000010 | 1010000 | 101100 |
Color Harmonies of #17A1CB
Complementary color
Monochromatic Colors of #17A1CB
Black with #17A1CB
Text Example
Text Example
White with #17A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17A1CB; }
p { color: rgb(23,161,203); }
H1.HeaderClassName
{
color: #17A1CB;
}
.AnyTagClassName
{
color: #17A1CB;
}
</style>
background-color css
<style>
a { background-color: #17A1CB; }
a { background-color: rgb(23,161,203); }
div.DivClassName
{
background-color: #17A1CB;
}
.BgClassName
{
background-color: #17A1CB;
}
</style>
border-color css
<style>
span { border-color: #17A1CB; }
span { border-color: rgb(23,161,203); }
td.TdClassName
{
border-color: #17A1CB;
}
.TagClassName
{
border-color: #17A1CB;
}
</style>