Shades of Pacific Blue #099BDC
Tints of Pacific Blue #099BDC
RGB
CMYK
RGB Variations
Color information
#099BDC (or 0x099BDC) is known color: Pacific Blue. HEX triplet: 09, 9B and DC. RGB value is (9,155,220). Sum of RGB (Red+Green+Blue) = 9+155+220=384 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #099BDC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099BDC is #F66423. Grayscale: #767676. Windows color (decimal): -16147492 or 14457609. OLE color: 14457609.
HSL color Cylindrical-coordinate representation of color #099BDC: hue angle of 198.48º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099BDC is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 155 | 220 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.14 |
| HSL | 198.48º | 0.92% | 0.45% | - |
| HSV(B) | 198.48º | 0.96% | 0.86% | - |
| XYZ | 24.75 | 28.67 | 71.94 | - |
| YUV | 118.76 | 185.13 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 155 | 220 | 0.96 | 0.30 | 0 | 0.14 | 198.48 | 0.92 | 0.45 |
| Hex | 9 | 9B | DC | 60 | 1E | 0 | E | C6 | 5C | 2D |
| Octal | 11 | 233 | 334 | 140 | 36 | 0 | 16 | 306 | 134 | 55 |
| Binary | 1001 | 10011011 | 11011100 | 1100000 | 11110 | 0 | 1110 | 11000110 | 1011100 | 101101 |
Color Harmonies of #099BDC
Complementary color
Monochromatic Colors of #099BDC
Black with #099BDC
Text Example
Text Example
White with #099BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099BDC; }
p { color: rgb(9,155,220); }
H1.HeaderClassName
{
color: #099BDC;
}
.AnyTagClassName
{
color: #099BDC;
}
</style>
background-color css
<style>
a { background-color: #099BDC; }
a { background-color: rgb(9,155,220); }
div.DivClassName
{
background-color: #099BDC;
}
.BgClassName
{
background-color: #099BDC;
}
</style>
border-color css
<style>
span { border-color: #099BDC; }
span { border-color: rgb(9,155,220); }
td.TdClassName
{
border-color: #099BDC;
}
.TagClassName
{
border-color: #099BDC;
}
</style>