Shades of Pacific Blue #1299CF
Tints of Pacific Blue #1299CF
RGB
CMYK
RGB Variations
Color information
#1299CF (or 0x1299CF) is known color: Pacific Blue. HEX triplet: 12, 99 and CF. RGB value is (18,153,207). Sum of RGB (Red+Green+Blue) = 18+153+207=378 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.76% from 378); Green value is 153 (60.16% from 255 or 40.48% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #1299CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299CF is #ED6630. Grayscale: #767676. Windows color (decimal): -15558193 or 13605138. OLE color: 13605138.
HSL color Cylindrical-coordinate representation of color #1299CF: hue angle of 197.14º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1299CF is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 153 | 207 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.19 |
| HSL | 197.14º | 0.84% | 0.44% | - |
| HSV(B) | 197.14º | 0.91% | 0.81% | - |
| XYZ | 22.9 | 27.42 | 63.12 | - |
| YUV | 118.79 | 177.77 | 56.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 207 | 0.91 | 0.26 | 0 | 0.19 | 197.14 | 0.84 | 0.44 |
| Hex | 12 | 99 | CF | 5B | 1A | 0 | 13 | C5 | 54 | 2C |
| Octal | 22 | 231 | 317 | 133 | 32 | 0 | 23 | 305 | 124 | 54 |
| Binary | 10010 | 10011001 | 11001111 | 1011011 | 11010 | 0 | 10011 | 11000101 | 1010100 | 101100 |
Color Harmonies of #1299CF
Complementary color
Monochromatic Colors of #1299CF
Black with #1299CF
Text Example
Text Example
White with #1299CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299CF; }
p { color: rgb(18,153,207); }
H1.HeaderClassName
{
color: #1299CF;
}
.AnyTagClassName
{
color: #1299CF;
}
</style>
background-color css
<style>
a { background-color: #1299CF; }
a { background-color: rgb(18,153,207); }
div.DivClassName
{
background-color: #1299CF;
}
.BgClassName
{
background-color: #1299CF;
}
</style>
border-color css
<style>
span { border-color: #1299CF; }
span { border-color: rgb(18,153,207); }
td.TdClassName
{
border-color: #1299CF;
}
.TagClassName
{
border-color: #1299CF;
}
</style>