Shades of Pacific Blue #089CC4
Tints of Pacific Blue #089CC4
RGB
CMYK
RGB Variations
Color information
#089CC4 (or 0x089CC4) is known color: Pacific Blue. HEX triplet: 08, 9C and C4. RGB value is (8,156,196). Sum of RGB (Red+Green+Blue) = 8+156+196=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 196 (76.95% from 255 or 54.44% from 360); Max value from RGB is 196 - color contains mainly: blue. Hex color #089CC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CC4 is #F7633B. Grayscale: #747474. Windows color (decimal): -16212796 or 12885000. OLE color: 12885000.
HSL color Cylindrical-coordinate representation of color #089CC4: hue angle of 192.77º 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 #089CC4 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 156 | 196 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.23 |
| HSL | 192.77º | 0.92% | 0.4% | - |
| HSV(B) | 192.77º | 0.96% | 0.77% | - |
| XYZ | 21.95 | 27.81 | 56.44 | - |
| YUV | 116.31 | 172.97 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 196 | 0.96 | 0.20 | 0 | 0.23 | 192.77 | 0.92 | 0.4 |
| Hex | 8 | 9C | C4 | 60 | 14 | 0 | 17 | C1 | 5C | 28 |
| Octal | 10 | 234 | 304 | 140 | 24 | 0 | 27 | 301 | 134 | 50 |
| Binary | 1000 | 10011100 | 11000100 | 1100000 | 10100 | 0 | 10111 | 11000001 | 1011100 | 101000 |
Color Harmonies of #089CC4
Complementary color
Monochromatic Colors of #089CC4
Black with #089CC4
Text Example
Text Example
White with #089CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CC4; }
p { color: rgb(8,156,196); }
H1.HeaderClassName
{
color: #089CC4;
}
.AnyTagClassName
{
color: #089CC4;
}
</style>
background-color css
<style>
a { background-color: #089CC4; }
a { background-color: rgb(8,156,196); }
div.DivClassName
{
background-color: #089CC4;
}
.BgClassName
{
background-color: #089CC4;
}
</style>
border-color css
<style>
span { border-color: #089CC4; }
span { border-color: rgb(8,156,196); }
td.TdClassName
{
border-color: #089CC4;
}
.TagClassName
{
border-color: #089CC4;
}
</style>