Shades of Pacific Blue #099BCD
Tints of Pacific Blue #099BCD
RGB
CMYK
RGB Variations
Color information
#099BCD (or 0x099BCD) is known color: Pacific Blue. HEX triplet: 09, 9B and CD. RGB value is (9,155,205). Sum of RGB (Red+Green+Blue) = 9+155+205=369 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.44% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 205 (80.47% from 255 or 55.56% from 369); Max value from RGB is 205 - color contains mainly: blue. Hex color #099BCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BCD is #F66432. Grayscale: #747474. Windows color (decimal): -16147507 or 13474569. OLE color: 13474569.
HSL color Cylindrical-coordinate representation of color #099BCD: hue angle of 195.31º 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 #099BCD is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 155 | 205 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.20 |
| HSL | 195.31º | 0.92% | 0.42% | - |
| HSV(B) | 195.31º | 0.96% | 0.8% | - |
| XYZ | 22.85 | 27.91 | 61.94 | - |
| YUV | 117.05 | 177.63 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 205 | 0.96 | 0.24 | 0 | 0.20 | 195.31 | 0.92 | 0.42 |
| Hex | 9 | 9B | CD | 60 | 18 | 0 | 14 | C3 | 5C | 2A |
| Octal | 11 | 233 | 315 | 140 | 30 | 0 | 24 | 303 | 134 | 52 |
| Binary | 1001 | 10011011 | 11001101 | 1100000 | 11000 | 0 | 10100 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099BCD
Complementary color
Monochromatic Colors of #099BCD
Black with #099BCD
Text Example
Text Example
White with #099BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BCD; }
p { color: rgb(9,155,205); }
H1.HeaderClassName
{
color: #099BCD;
}
.AnyTagClassName
{
color: #099BCD;
}
</style>
background-color css
<style>
a { background-color: #099BCD; }
a { background-color: rgb(9,155,205); }
div.DivClassName
{
background-color: #099BCD;
}
.BgClassName
{
background-color: #099BCD;
}
</style>
border-color css
<style>
span { border-color: #099BCD; }
span { border-color: rgb(9,155,205); }
td.TdClassName
{
border-color: #099BCD;
}
.TagClassName
{
border-color: #099BCD;
}
</style>