Shades of Pacific Blue #099BDE
Tints of Pacific Blue #099BDE
RGB
CMYK
RGB Variations
Color information
#099BDE (or 0x099BDE) is known color: Pacific Blue. HEX triplet: 09, 9B and DE. RGB value is (9,155,222). Sum of RGB (Red+Green+Blue) = 9+155+222=386 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 386); Green value is 155 (60.94% from 255 or 40.16% from 386); Blue value is 222 (87.11% from 255 or 57.51% from 386); Max value from RGB is 222 - color contains mainly: blue. Hex color #099BDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BDE is #F66421. Grayscale: #767676. Windows color (decimal): -16147490 or 14588681. OLE color: 14588681.
HSL color Cylindrical-coordinate representation of color #099BDE: hue angle of 198.87º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BDE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 155 | 222 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.13 |
| HSL | 198.87º | 0.92% | 0.45% | - |
| HSV(B) | 198.87º | 0.96% | 0.87% | - |
| XYZ | 25.02 | 28.77 | 73.34 | - |
| YUV | 118.98 | 186.13 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 222 | 0.96 | 0.30 | 0 | 0.13 | 198.87 | 0.92 | 0.45 |
| Hex | 9 | 9B | DE | 60 | 1E | 0 | D | C7 | 5C | 2D |
| Octal | 11 | 233 | 336 | 140 | 36 | 0 | 15 | 307 | 134 | 55 |
| Binary | 1001 | 10011011 | 11011110 | 1100000 | 11110 | 0 | 1101 | 11000111 | 1011100 | 101101 |
Color Harmonies of #099BDE
Complementary color
Monochromatic Colors of #099BDE
Black with #099BDE
Text Example
Text Example
White with #099BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BDE; }
p { color: rgb(9,155,222); }
H1.HeaderClassName
{
color: #099BDE;
}
.AnyTagClassName
{
color: #099BDE;
}
</style>
background-color css
<style>
a { background-color: #099BDE; }
a { background-color: rgb(9,155,222); }
div.DivClassName
{
background-color: #099BDE;
}
.BgClassName
{
background-color: #099BDE;
}
</style>
border-color css
<style>
span { border-color: #099BDE; }
span { border-color: rgb(9,155,222); }
td.TdClassName
{
border-color: #099BDE;
}
.TagClassName
{
border-color: #099BDE;
}
</style>