Shades of Pacific Blue #089DC4
Tints of Pacific Blue #089DC4
RGB
CMYK
RGB Variations
Color information
#089DC4 (or 0x089DC4) is known color: Pacific Blue. HEX triplet: 08, 9D and C4. RGB value is (8,157,196). Sum of RGB (Red+Green+Blue) = 8+157+196=361 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 196 (76.95% from 255 or 54.29% from 361); Max value from RGB is 196 - color contains mainly: blue. Hex color #089DC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089DC4 is #F7623B. Grayscale: #747474. Windows color (decimal): -16212540 or 12885256. OLE color: 12885256.
HSL color Cylindrical-coordinate representation of color #089DC4: hue angle of 192.45º 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 #089DC4 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 8 | 157 | 196 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.23 |
| HSL | 192.45º | 0.92% | 0.4% | - |
| HSV(B) | 192.45º | 0.96% | 0.77% | - |
| XYZ | 22.12 | 28.15 | 56.49 | - |
| YUV | 116.9 | 172.64 | 50.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 157 | 196 | 0.96 | 0.20 | 0 | 0.23 | 192.45 | 0.92 | 0.4 |
| Hex | 8 | 9D | C4 | 60 | 14 | 0 | 17 | C0 | 5C | 28 |
| Octal | 10 | 235 | 304 | 140 | 24 | 0 | 27 | 300 | 134 | 50 |
| Binary | 1000 | 10011101 | 11000100 | 1100000 | 10100 | 0 | 10111 | 11000000 | 1011100 | 101000 |
Color Harmonies of #089DC4
Complementary color
Monochromatic Colors of #089DC4
Black with #089DC4
Text Example
Text Example
White with #089DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089DC4; }
p { color: rgb(8,157,196); }
H1.HeaderClassName
{
color: #089DC4;
}
.AnyTagClassName
{
color: #089DC4;
}
</style>
background-color css
<style>
a { background-color: #089DC4; }
a { background-color: rgb(8,157,196); }
div.DivClassName
{
background-color: #089DC4;
}
.BgClassName
{
background-color: #089DC4;
}
</style>
border-color css
<style>
span { border-color: #089DC4; }
span { border-color: rgb(8,157,196); }
td.TdClassName
{
border-color: #089DC4;
}
.TagClassName
{
border-color: #089DC4;
}
</style>