Shades of Pacific Blue #099CDF
Tints of Pacific Blue #099CDF
RGB
CMYK
RGB Variations
Color information
#099CDF (or 0x099CDF) is known color: Pacific Blue. HEX triplet: 09, 9C and DF. RGB value is (9,156,223). Sum of RGB (Red+Green+Blue) = 9+156+223=388 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.32% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #099CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CDF is #F66320. Grayscale: #777777. Windows color (decimal): -16147233 or 14654473. OLE color: 14654473.
HSL color Cylindrical-coordinate representation of color #099CDF: hue angle of 198.79º 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 #099CDF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 156 | 223 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.13 |
| HSL | 198.79º | 0.92% | 0.45% | - |
| HSV(B) | 198.79º | 0.96% | 0.87% | - |
| XYZ | 25.32 | 29.16 | 74.11 | - |
| YUV | 119.69 | 186.3 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 223 | 0.96 | 0.30 | 0 | 0.13 | 198.79 | 0.92 | 0.45 |
| Hex | 9 | 9C | DF | 60 | 1E | 0 | D | C7 | 5C | 2D |
| Octal | 11 | 234 | 337 | 140 | 36 | 0 | 15 | 307 | 134 | 55 |
| Binary | 1001 | 10011100 | 11011111 | 1100000 | 11110 | 0 | 1101 | 11000111 | 1011100 | 101101 |
Color Harmonies of #099CDF
Complementary color
Monochromatic Colors of #099CDF
Black with #099CDF
Text Example
Text Example
White with #099CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CDF; }
p { color: rgb(9,156,223); }
H1.HeaderClassName
{
color: #099CDF;
}
.AnyTagClassName
{
color: #099CDF;
}
</style>
background-color css
<style>
a { background-color: #099CDF; }
a { background-color: rgb(9,156,223); }
div.DivClassName
{
background-color: #099CDF;
}
.BgClassName
{
background-color: #099CDF;
}
</style>
border-color css
<style>
span { border-color: #099CDF; }
span { border-color: rgb(9,156,223); }
td.TdClassName
{
border-color: #099CDF;
}
.TagClassName
{
border-color: #099CDF;
}
</style>