Shades of Pacific Blue #099CDE
Tints of Pacific Blue #099CDE
RGB
CMYK
RGB Variations
Color information
#099CDE (or 0x099CDE) is known color: Pacific Blue. HEX triplet: 09, 9C and DE. RGB value is (9,156,222). Sum of RGB (Red+Green+Blue) = 9+156+222=387 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.33% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #099CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CDE is #F66321. Grayscale: #777777. Windows color (decimal): -16147234 or 14588937. OLE color: 14588937.
HSL color Cylindrical-coordinate representation of color #099CDE: hue angle of 198.59º 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 #099CDE is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 156 | 222 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.13 |
| HSL | 198.59º | 0.92% | 0.45% | - |
| HSV(B) | 198.59º | 0.96% | 0.87% | - |
| XYZ | 25.19 | 29.11 | 73.4 | - |
| YUV | 119.57 | 185.8 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 222 | 0.96 | 0.30 | 0 | 0.13 | 198.59 | 0.92 | 0.45 |
| Hex | 9 | 9C | DE | 60 | 1E | 0 | D | C7 | 5C | 2D |
| Octal | 11 | 234 | 336 | 140 | 36 | 0 | 15 | 307 | 134 | 55 |
| Binary | 1001 | 10011100 | 11011110 | 1100000 | 11110 | 0 | 1101 | 11000111 | 1011100 | 101101 |
Color Harmonies of #099CDE
Complementary color
Monochromatic Colors of #099CDE
Black with #099CDE
Text Example
Text Example
White with #099CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CDE; }
p { color: rgb(9,156,222); }
H1.HeaderClassName
{
color: #099CDE;
}
.AnyTagClassName
{
color: #099CDE;
}
</style>
background-color css
<style>
a { background-color: #099CDE; }
a { background-color: rgb(9,156,222); }
div.DivClassName
{
background-color: #099CDE;
}
.BgClassName
{
background-color: #099CDE;
}
</style>
border-color css
<style>
span { border-color: #099CDE; }
span { border-color: rgb(9,156,222); }
td.TdClassName
{
border-color: #099CDE;
}
.TagClassName
{
border-color: #099CDE;
}
</style>