Shades of Pacific Blue #1C9BCF
Tints of Pacific Blue #1C9BCF
RGB
CMYK
RGB Variations
Color information
#1C9BCF (or 0x1C9BCF) is known color: Pacific Blue. HEX triplet: 1C, 9B and CF. RGB value is (28,155,207). Sum of RGB (Red+Green+Blue) = 28+155+207=390 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.18% from 390); Green value is 155 (60.94% from 255 or 39.74% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C9BCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C9BCF is #E36430. Grayscale: #7A7A7A. Windows color (decimal): -14902321 or 13605660. OLE color: 13605660.
HSL color Cylindrical-coordinate representation of color #1C9BCF: hue angle of 197.43º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C9BCF is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 155 | 207 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.19 |
| HSL | 197.43º | 0.76% | 0.46% | - |
| HSV(B) | 197.43º | 0.86% | 0.81% | - |
| XYZ | 23.46 | 28.19 | 63.24 | - |
| YUV | 122.96 | 175.42 | 60.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 155 | 207 | 0.86 | 0.25 | 0 | 0.19 | 197.43 | 0.76 | 0.46 |
| Hex | 1C | 9B | CF | 56 | 19 | 0 | 13 | C5 | 4C | 2E |
| Octal | 34 | 233 | 317 | 126 | 31 | 0 | 23 | 305 | 114 | 56 |
| Binary | 11100 | 10011011 | 11001111 | 1010110 | 11001 | 0 | 10011 | 11000101 | 1001100 | 101110 |
Color Harmonies of #1C9BCF
Complementary color
Monochromatic Colors of #1C9BCF
Black with #1C9BCF
Text Example
Text Example
White with #1C9BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9BCF; }
p { color: rgb(28,155,207); }
H1.HeaderClassName
{
color: #1C9BCF;
}
.AnyTagClassName
{
color: #1C9BCF;
}
</style>
background-color css
<style>
a { background-color: #1C9BCF; }
a { background-color: rgb(28,155,207); }
div.DivClassName
{
background-color: #1C9BCF;
}
.BgClassName
{
background-color: #1C9BCF;
}
</style>
border-color css
<style>
span { border-color: #1C9BCF; }
span { border-color: rgb(28,155,207); }
td.TdClassName
{
border-color: #1C9BCF;
}
.TagClassName
{
border-color: #1C9BCF;
}
</style>