Shades of Pacific Blue #1297CE
Tints of Pacific Blue #1297CE
RGB
CMYK
RGB Variations
Color information
#1297CE (or 0x1297CE) is known color: Pacific Blue. HEX triplet: 12, 97 and CE. RGB value is (18,151,206). Sum of RGB (Red+Green+Blue) = 18+151+206=375 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.8% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 206 (80.86% from 255 or 54.93% from 375); Max value from RGB is 206 - color contains mainly: blue. Hex color #1297CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1297CE is #ED6831. Grayscale: #757575. Windows color (decimal): -15558706 or 13539090. OLE color: 13539090.
HSL color Cylindrical-coordinate representation of color #1297CE: hue angle of 197.55º 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 #1297CE is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 151 | 206 | - |
| CMYK | 0.91 | 0.27 | 0 | 0.19 |
| HSL | 197.55º | 0.84% | 0.44% | - |
| HSV(B) | 197.55º | 0.91% | 0.81% | - |
| XYZ | 22.46 | 26.72 | 62.37 | - |
| YUV | 117.5 | 177.94 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 206 | 0.91 | 0.27 | 0 | 0.19 | 197.55 | 0.84 | 0.44 |
| Hex | 12 | 97 | CE | 5B | 1B | 0 | 13 | C6 | 54 | 2C |
| Octal | 22 | 227 | 316 | 133 | 33 | 0 | 23 | 306 | 124 | 54 |
| Binary | 10010 | 10010111 | 11001110 | 1011011 | 11011 | 0 | 10011 | 11000110 | 1010100 | 101100 |
Color Harmonies of #1297CE
Complementary color
Monochromatic Colors of #1297CE
Black with #1297CE
Text Example
Text Example
White with #1297CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1297CE; }
p { color: rgb(18,151,206); }
H1.HeaderClassName
{
color: #1297CE;
}
.AnyTagClassName
{
color: #1297CE;
}
</style>
background-color css
<style>
a { background-color: #1297CE; }
a { background-color: rgb(18,151,206); }
div.DivClassName
{
background-color: #1297CE;
}
.BgClassName
{
background-color: #1297CE;
}
</style>
border-color css
<style>
span { border-color: #1297CE; }
span { border-color: rgb(18,151,206); }
td.TdClassName
{
border-color: #1297CE;
}
.TagClassName
{
border-color: #1297CE;
}
</style>