Shades of Pacific Blue #099EDF
Tints of Pacific Blue #099EDF
RGB
CMYK
RGB Variations
Color information
#099EDF (or 0x099EDF) is known color: Pacific Blue. HEX triplet: 09, 9E and DF. RGB value is (9,158,223). Sum of RGB (Red+Green+Blue) = 9+158+223=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 223 (87.5% from 255 or 57.18% from 390); Max value from RGB is 223 - color contains mainly: blue. Hex color #099EDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EDF is #F66120. Grayscale: #787878. Windows color (decimal): -16146721 or 14654985. OLE color: 14654985.
HSL color Cylindrical-coordinate representation of color #099EDF: hue angle of 198.22º 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 #099EDF is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 158 | 223 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.13 |
| HSL | 198.22º | 0.92% | 0.45% | - |
| HSV(B) | 198.22º | 0.96% | 0.87% | - |
| XYZ | 25.66 | 29.84 | 74.22 | - |
| YUV | 120.86 | 185.64 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 223 | 0.96 | 0.29 | 0 | 0.13 | 198.22 | 0.92 | 0.45 |
| Hex | 9 | 9E | DF | 60 | 1D | 0 | D | C6 | 5C | 2D |
| Octal | 11 | 236 | 337 | 140 | 35 | 0 | 15 | 306 | 134 | 55 |
| Binary | 1001 | 10011110 | 11011111 | 1100000 | 11101 | 0 | 1101 | 11000110 | 1011100 | 101101 |
Color Harmonies of #099EDF
Complementary color
Monochromatic Colors of #099EDF
Black with #099EDF
Text Example
Text Example
White with #099EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EDF; }
p { color: rgb(9,158,223); }
H1.HeaderClassName
{
color: #099EDF;
}
.AnyTagClassName
{
color: #099EDF;
}
</style>
background-color css
<style>
a { background-color: #099EDF; }
a { background-color: rgb(9,158,223); }
div.DivClassName
{
background-color: #099EDF;
}
.BgClassName
{
background-color: #099EDF;
}
</style>
border-color css
<style>
span { border-color: #099EDF; }
span { border-color: rgb(9,158,223); }
td.TdClassName
{
border-color: #099EDF;
}
.TagClassName
{
border-color: #099EDF;
}
</style>