Shades of Pacific Blue #089CCA
Tints of Pacific Blue #089CCA
RGB
CMYK
RGB Variations
Color information
#089CCA (or 0x089CCA) is known color: Pacific Blue. HEX triplet: 08, 9C and CA. RGB value is (8,156,202). Sum of RGB (Red+Green+Blue) = 8+156+202=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 202 (79.30% from 255 or 55.19% from 366); Max value from RGB is 202 - color contains mainly: blue. Hex color #089CCA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CCA is #F76335. Grayscale: #747474. Windows color (decimal): -16212790 or 13278216. OLE color: 13278216.
HSL color Cylindrical-coordinate representation of color #089CCA: hue angle of 194.23º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CCA is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 156 | 202 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.21 |
| HSL | 194.23º | 0.92% | 0.41% | - |
| HSV(B) | 194.23º | 0.96% | 0.79% | - |
| XYZ | 22.65 | 28.09 | 60.11 | - |
| YUV | 116.99 | 175.97 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 202 | 0.96 | 0.23 | 0 | 0.21 | 194.23 | 0.92 | 0.41 |
| Hex | 8 | 9C | CA | 60 | 17 | 0 | 15 | C2 | 5C | 29 |
| Octal | 10 | 234 | 312 | 140 | 27 | 0 | 25 | 302 | 134 | 51 |
| Binary | 1000 | 10011100 | 11001010 | 1100000 | 10111 | 0 | 10101 | 11000010 | 1011100 | 101001 |
Color Harmonies of #089CCA
Complementary color
Monochromatic Colors of #089CCA
Black with #089CCA
Text Example
Text Example
White with #089CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CCA; }
p { color: rgb(8,156,202); }
H1.HeaderClassName
{
color: #089CCA;
}
.AnyTagClassName
{
color: #089CCA;
}
</style>
background-color css
<style>
a { background-color: #089CCA; }
a { background-color: rgb(8,156,202); }
div.DivClassName
{
background-color: #089CCA;
}
.BgClassName
{
background-color: #089CCA;
}
</style>
border-color css
<style>
span { border-color: #089CCA; }
span { border-color: rgb(8,156,202); }
td.TdClassName
{
border-color: #089CCA;
}
.TagClassName
{
border-color: #089CCA;
}
</style>