Shades of Pacific Blue #1C99CF
Tints of Pacific Blue #1C99CF
RGB
CMYK
RGB Variations
Color information
#1C99CF (or 0x1C99CF) is known color: Pacific Blue. HEX triplet: 1C, 99 and CF. RGB value is (28,153,207). Sum of RGB (Red+Green+Blue) = 28+153+207=388 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.22% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C99CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C99CF is #E36630. Grayscale: #797979. Windows color (decimal): -14902833 or 13605148. OLE color: 13605148.
HSL color Cylindrical-coordinate representation of color #1C99CF: hue angle of 198.1º 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 #1C99CF is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 153 | 207 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.19 |
| HSL | 198.1º | 0.76% | 0.46% | - |
| HSV(B) | 198.1º | 0.86% | 0.81% | - |
| XYZ | 23.13 | 27.53 | 63.13 | - |
| YUV | 121.78 | 176.09 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 153 | 207 | 0.86 | 0.26 | 0 | 0.19 | 198.1 | 0.76 | 0.46 |
| Hex | 1C | 99 | CF | 56 | 1A | 0 | 13 | C6 | 4C | 2E |
| Octal | 34 | 231 | 317 | 126 | 32 | 0 | 23 | 306 | 114 | 56 |
| Binary | 11100 | 10011001 | 11001111 | 1010110 | 11010 | 0 | 10011 | 11000110 | 1001100 | 101110 |
Color Harmonies of #1C99CF
Complementary color
Monochromatic Colors of #1C99CF
Black with #1C99CF
Text Example
Text Example
White with #1C99CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C99CF; }
p { color: rgb(28,153,207); }
H1.HeaderClassName
{
color: #1C99CF;
}
.AnyTagClassName
{
color: #1C99CF;
}
</style>
background-color css
<style>
a { background-color: #1C99CF; }
a { background-color: rgb(28,153,207); }
div.DivClassName
{
background-color: #1C99CF;
}
.BgClassName
{
background-color: #1C99CF;
}
</style>
border-color css
<style>
span { border-color: #1C99CF; }
span { border-color: rgb(28,153,207); }
td.TdClassName
{
border-color: #1C99CF;
}
.TagClassName
{
border-color: #1C99CF;
}
</style>