Shades of Pacific Blue #0899CC
Tints of Pacific Blue #0899CC
RGB
CMYK
RGB Variations
Color information
#0899CC (or 0x0899CC) is known color: Pacific Blue. HEX triplet: 08, 99 and CC. RGB value is (8,153,204). Sum of RGB (Red+Green+Blue) = 8+153+204=365 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 204 (80.08% from 255 or 55.89% from 365); Max value from RGB is 204 - color contains mainly: blue. Hex color #0899CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0899CC is #F76633. Grayscale: #737373. Windows color (decimal): -16213556 or 13408520. OLE color: 13408520.
HSL color Cylindrical-coordinate representation of color #0899CC: hue angle of 195.61º 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 #0899CC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 8 | 153 | 204 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.2 |
| HSL | 195.61º | 0.92% | 0.42% | - |
| HSV(B) | 195.61º | 0.96% | 0.8% | - |
| XYZ | 22.39 | 27.19 | 61.2 | - |
| YUV | 115.46 | 177.96 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 153 | 204 | 0.96 | 0.25 | 0 | 0.2 | 195.61 | 0.92 | 0.42 |
| Hex | 8 | 99 | CC | 60 | 19 | 0 | 14 | C4 | 5C | 2A |
| Octal | 10 | 231 | 314 | 140 | 31 | 0 | 24 | 304 | 134 | 52 |
| Binary | 1000 | 10011001 | 11001100 | 1100000 | 11001 | 0 | 10100 | 11000100 | 1011100 | 101010 |
Color Harmonies of #0899CC
Complementary color
Monochromatic Colors of #0899CC
Black with #0899CC
Text Example
Text Example
White with #0899CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0899CC; }
p { color: rgb(8,153,204); }
H1.HeaderClassName
{
color: #0899CC;
}
.AnyTagClassName
{
color: #0899CC;
}
</style>
background-color css
<style>
a { background-color: #0899CC; }
a { background-color: rgb(8,153,204); }
div.DivClassName
{
background-color: #0899CC;
}
.BgClassName
{
background-color: #0899CC;
}
</style>
border-color css
<style>
span { border-color: #0899CC; }
span { border-color: rgb(8,153,204); }
td.TdClassName
{
border-color: #0899CC;
}
.TagClassName
{
border-color: #0899CC;
}
</style>