Shades of Pacific Blue #1497BF
Tints of Pacific Blue #1497BF
RGB
CMYK
RGB Variations
Color information
#1497BF (or 0x1497BF) is known color: Pacific Blue. HEX triplet: 14, 97 and BF. RGB value is (20,151,191). Sum of RGB (Red+Green+Blue) = 20+151+191=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 191 (75% from 255 or 52.76% from 362); Max value from RGB is 191 - color contains mainly: blue. Hex color #1497BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1497BF is #EB6840. Grayscale: #747474. Windows color (decimal): -15427649 or 12556052. OLE color: 12556052.
HSL color Cylindrical-coordinate representation of color #1497BF: hue angle of 194.04º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1497BF is Cyan = 0.90, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 20 | 151 | 191 | - |
| CMYK | 0.90 | 0.21 | 0 | 0.25 |
| HSL | 194.04º | 0.81% | 0.41% | - |
| HSV(B) | 194.04º | 0.9% | 0.75% | - |
| XYZ | 20.76 | 26.04 | 53.22 | - |
| YUV | 116.39 | 170.1 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 151 | 191 | 0.90 | 0.21 | 0 | 0.25 | 194.04 | 0.81 | 0.41 |
| Hex | 14 | 97 | BF | 5A | 15 | 0 | 19 | C2 | 51 | 29 |
| Octal | 24 | 227 | 277 | 132 | 25 | 0 | 31 | 302 | 121 | 51 |
| Binary | 10100 | 10010111 | 10111111 | 1011010 | 10101 | 0 | 11001 | 11000010 | 1010001 | 101001 |
Color Harmonies of #1497BF
Complementary color
Monochromatic Colors of #1497BF
Black with #1497BF
Text Example
Text Example
White with #1497BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1497BF; }
p { color: rgb(20,151,191); }
H1.HeaderClassName
{
color: #1497BF;
}
.AnyTagClassName
{
color: #1497BF;
}
</style>
background-color css
<style>
a { background-color: #1497BF; }
a { background-color: rgb(20,151,191); }
div.DivClassName
{
background-color: #1497BF;
}
.BgClassName
{
background-color: #1497BF;
}
</style>
border-color css
<style>
span { border-color: #1497BF; }
span { border-color: rgb(20,151,191); }
td.TdClassName
{
border-color: #1497BF;
}
.TagClassName
{
border-color: #1497BF;
}
</style>