Shades of Pacific Blue #099BCC
Tints of Pacific Blue #099BCC
RGB
CMYK
RGB Variations
Color information
#099BCC (or 0x099BCC) is known color: Pacific Blue. HEX triplet: 09, 9B and CC. RGB value is (9,155,204). Sum of RGB (Red+Green+Blue) = 9+155+204=368 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 368); Green value is 155 (60.94% from 255 or 42.12% 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 #099BCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BCC is #F66433. Grayscale: #747474. Windows color (decimal): -16147508 or 13409033. OLE color: 13409033.
HSL color Cylindrical-coordinate representation of color #099BCC: hue angle of 195.08º 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 #099BCC is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 155 | 204 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.2 |
| HSL | 195.08º | 0.92% | 0.42% | - |
| HSV(B) | 195.08º | 0.96% | 0.8% | - |
| XYZ | 22.73 | 27.86 | 61.31 | - |
| YUV | 116.93 | 177.13 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 204 | 0.96 | 0.24 | 0 | 0.2 | 195.08 | 0.92 | 0.42 |
| Hex | 9 | 9B | CC | 60 | 18 | 0 | 14 | C3 | 5C | 2A |
| Octal | 11 | 233 | 314 | 140 | 30 | 0 | 24 | 303 | 134 | 52 |
| Binary | 1001 | 10011011 | 11001100 | 1100000 | 11000 | 0 | 10100 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099BCC
Complementary color
Monochromatic Colors of #099BCC
Black with #099BCC
Text Example
Text Example
White with #099BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BCC; }
p { color: rgb(9,155,204); }
H1.HeaderClassName
{
color: #099BCC;
}
.AnyTagClassName
{
color: #099BCC;
}
</style>
background-color css
<style>
a { background-color: #099BCC; }
a { background-color: rgb(9,155,204); }
div.DivClassName
{
background-color: #099BCC;
}
.BgClassName
{
background-color: #099BCC;
}
</style>
border-color css
<style>
span { border-color: #099BCC; }
span { border-color: rgb(9,155,204); }
td.TdClassName
{
border-color: #099BCC;
}
.TagClassName
{
border-color: #099BCC;
}
</style>