Shades of Pacific Blue #089FC4
Tints of Pacific Blue #089FC4
RGB
CMYK
RGB Variations
Color information
#089FC4 (or 0x089FC4) is known color: Pacific Blue. HEX triplet: 08, 9F and C4. RGB value is (8,159,196). Sum of RGB (Red+Green+Blue) = 8+159+196=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #089FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089FC4 is #F7603B. Grayscale: #757575. Windows color (decimal): -16212028 or 12885768. OLE color: 12885768.
HSL color Cylindrical-coordinate representation of color #089FC4: hue angle of 191.81º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089FC4 is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 159 | 196 | - |
| CMYK | 0.96 | 0.19 | 0 | 0.23 |
| HSL | 191.81º | 0.92% | 0.4% | - |
| HSV(B) | 191.81º | 0.96% | 0.77% | - |
| XYZ | 22.46 | 28.83 | 56.61 | - |
| YUV | 118.07 | 171.97 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 159 | 196 | 0.96 | 0.19 | 0 | 0.23 | 191.81 | 0.92 | 0.4 |
| Hex | 8 | 9F | C4 | 60 | 13 | 0 | 17 | C0 | 5C | 28 |
| Octal | 10 | 237 | 304 | 140 | 23 | 0 | 27 | 300 | 134 | 50 |
| Binary | 1000 | 10011111 | 11000100 | 1100000 | 10011 | 0 | 10111 | 11000000 | 1011100 | 101000 |
Color Harmonies of #089FC4
Complementary color
Monochromatic Colors of #089FC4
Black with #089FC4
Text Example
Text Example
White with #089FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089FC4; }
p { color: rgb(8,159,196); }
H1.HeaderClassName
{
color: #089FC4;
}
.AnyTagClassName
{
color: #089FC4;
}
</style>
background-color css
<style>
a { background-color: #089FC4; }
a { background-color: rgb(8,159,196); }
div.DivClassName
{
background-color: #089FC4;
}
.BgClassName
{
background-color: #089FC4;
}
</style>
border-color css
<style>
span { border-color: #089FC4; }
span { border-color: rgb(8,159,196); }
td.TdClassName
{
border-color: #089FC4;
}
.TagClassName
{
border-color: #089FC4;
}
</style>