Shades of Pacific Blue #1794C7
Tints of Pacific Blue #1794C7
RGB
CMYK
RGB Variations
Color information
#1794C7 (or 0x1794C7) is known color: Pacific Blue. HEX triplet: 17, 94 and C7. RGB value is (23,148,199). Sum of RGB (Red+Green+Blue) = 23+148+199=370 (49% of max value = 765). Red value is 23 (9.38% from 255 or 6.22% from 370); Green value is 148 (58.20% from 255 or 40% from 370); Blue value is 199 (78.12% from 255 or 53.78% from 370); Max value from RGB is 199 - color contains mainly: blue. Hex color #1794C7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1794C7 is #E86B38. Grayscale: #747474. Windows color (decimal): -15231801 or 13079575. OLE color: 13079575.
HSL color Cylindrical-coordinate representation of color #1794C7: hue angle of 197.39º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1794C7 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 23 | 148 | 199 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.22 |
| HSL | 197.39º | 0.79% | 0.44% | - |
| HSV(B) | 197.39º | 0.88% | 0.78% | - |
| XYZ | 21.25 | 25.49 | 57.83 | - |
| YUV | 116.44 | 174.59 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 148 | 199 | 0.88 | 0.26 | 0 | 0.22 | 197.39 | 0.79 | 0.44 |
| Hex | 17 | 94 | C7 | 58 | 1A | 0 | 16 | C5 | 4F | 2C |
| Octal | 27 | 224 | 307 | 130 | 32 | 0 | 26 | 305 | 117 | 54 |
| Binary | 10111 | 10010100 | 11000111 | 1011000 | 11010 | 0 | 10110 | 11000101 | 1001111 | 101100 |
Color Harmonies of #1794C7
Complementary color
Monochromatic Colors of #1794C7
Black with #1794C7
Text Example
Text Example
White with #1794C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1794C7; }
p { color: rgb(23,148,199); }
H1.HeaderClassName
{
color: #1794C7;
}
.AnyTagClassName
{
color: #1794C7;
}
</style>
background-color css
<style>
a { background-color: #1794C7; }
a { background-color: rgb(23,148,199); }
div.DivClassName
{
background-color: #1794C7;
}
.BgClassName
{
background-color: #1794C7;
}
</style>
border-color css
<style>
span { border-color: #1794C7; }
span { border-color: rgb(23,148,199); }
td.TdClassName
{
border-color: #1794C7;
}
.TagClassName
{
border-color: #1794C7;
}
</style>