Shades of Pacific Blue #099ADC
Tints of Pacific Blue #099ADC
RGB
CMYK
RGB Variations
Color information
#099ADC (or 0x099ADC) is known color: Pacific Blue. HEX triplet: 09, 9A and DC. RGB value is (9,154,220). Sum of RGB (Red+Green+Blue) = 9+154+220=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 220 (86.33% from 255 or 57.44% from 383); Max value from RGB is 220 - color contains mainly: blue. Hex color #099ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099ADC is #F66523. Grayscale: #757575. Windows color (decimal): -16147748 or 14457353. OLE color: 14457353.
HSL color Cylindrical-coordinate representation of color #099ADC: hue angle of 198.77º 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 #099ADC is Cyan = 0.96, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 9 | 154 | 220 | - |
| CMYK | 0.96 | 0.3 | 0 | 0.14 |
| HSL | 198.77º | 0.92% | 0.45% | - |
| HSV(B) | 198.77º | 0.96% | 0.86% | - |
| XYZ | 24.59 | 28.34 | 71.88 | - |
| YUV | 118.17 | 185.46 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 154 | 220 | 0.96 | 0.3 | 0 | 0.14 | 198.77 | 0.92 | 0.45 |
| Hex | 9 | 9A | DC | 60 | 1E | 0 | E | C7 | 5C | 2D |
| Octal | 11 | 232 | 334 | 140 | 36 | 0 | 16 | 307 | 134 | 55 |
| Binary | 1001 | 10011010 | 11011100 | 1100000 | 11110 | 0 | 1110 | 11000111 | 1011100 | 101101 |
Color Harmonies of #099ADC
Complementary color
Monochromatic Colors of #099ADC
Black with #099ADC
Text Example
Text Example
White with #099ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099ADC; }
p { color: rgb(9,154,220); }
H1.HeaderClassName
{
color: #099ADC;
}
.AnyTagClassName
{
color: #099ADC;
}
</style>
background-color css
<style>
a { background-color: #099ADC; }
a { background-color: rgb(9,154,220); }
div.DivClassName
{
background-color: #099ADC;
}
.BgClassName
{
background-color: #099ADC;
}
</style>
border-color css
<style>
span { border-color: #099ADC; }
span { border-color: rgb(9,154,220); }
td.TdClassName
{
border-color: #099ADC;
}
.TagClassName
{
border-color: #099ADC;
}
</style>