Shades of Pacific Blue #089CCC
Tints of Pacific Blue #089CCC
RGB
CMYK
RGB Variations
Color information
#089CCC (or 0x089CCC) is known color: Pacific Blue. HEX triplet: 08, 9C and CC. RGB value is (8,156,204). Sum of RGB (Red+Green+Blue) = 8+156+204=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #089CCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CCC is #F76333. Grayscale: #747474. Windows color (decimal): -16212788 or 13409288. OLE color: 13409288.
HSL color Cylindrical-coordinate representation of color #089CCC: hue angle of 194.69º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CCC is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 156 | 204 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.2 |
| HSL | 194.69º | 0.92% | 0.42% | - |
| HSV(B) | 194.69º | 0.96% | 0.8% | - |
| XYZ | 22.89 | 28.19 | 61.36 | - |
| YUV | 117.22 | 176.97 | 50.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 204 | 0.96 | 0.24 | 0 | 0.2 | 194.69 | 0.92 | 0.42 |
| Hex | 8 | 9C | CC | 60 | 18 | 0 | 14 | C3 | 5C | 2A |
| Octal | 10 | 234 | 314 | 140 | 30 | 0 | 24 | 303 | 134 | 52 |
| Binary | 1000 | 10011100 | 11001100 | 1100000 | 11000 | 0 | 10100 | 11000011 | 1011100 | 101010 |
Color Harmonies of #089CCC
Complementary color
Monochromatic Colors of #089CCC
Black with #089CCC
Text Example
Text Example
White with #089CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CCC; }
p { color: rgb(8,156,204); }
H1.HeaderClassName
{
color: #089CCC;
}
.AnyTagClassName
{
color: #089CCC;
}
</style>
background-color css
<style>
a { background-color: #089CCC; }
a { background-color: rgb(8,156,204); }
div.DivClassName
{
background-color: #089CCC;
}
.BgClassName
{
background-color: #089CCC;
}
</style>
border-color css
<style>
span { border-color: #089CCC; }
span { border-color: rgb(8,156,204); }
td.TdClassName
{
border-color: #089CCC;
}
.TagClassName
{
border-color: #089CCC;
}
</style>