Shades of Pacific Blue #099EDA
Tints of Pacific Blue #099EDA
RGB
CMYK
RGB Variations
Color information
#099EDA (or 0x099EDA) is known color: Pacific Blue. HEX triplet: 09, 9E and DA. RGB value is (9,158,218). Sum of RGB (Red+Green+Blue) = 9+158+218=385 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.34% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #099EDA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EDA is #F66125. Grayscale: #777777. Windows color (decimal): -16146726 or 14327305. OLE color: 14327305.
HSL color Cylindrical-coordinate representation of color #099EDA: hue angle of 197.22º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EDA is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 9 | 158 | 218 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.15 |
| HSL | 197.22º | 0.92% | 0.45% | - |
| HSV(B) | 197.22º | 0.96% | 0.85% | - |
| XYZ | 24.99 | 29.57 | 70.72 | - |
| YUV | 120.29 | 183.14 | 48.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 218 | 0.96 | 0.28 | 0 | 0.15 | 197.22 | 0.92 | 0.45 |
| Hex | 9 | 9E | DA | 60 | 1C | 0 | F | C5 | 5C | 2D |
| Octal | 11 | 236 | 332 | 140 | 34 | 0 | 17 | 305 | 134 | 55 |
| Binary | 1001 | 10011110 | 11011010 | 1100000 | 11100 | 0 | 1111 | 11000101 | 1011100 | 101101 |
Color Harmonies of #099EDA
Complementary color
Monochromatic Colors of #099EDA
Black with #099EDA
Text Example
Text Example
White with #099EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EDA; }
p { color: rgb(9,158,218); }
H1.HeaderClassName
{
color: #099EDA;
}
.AnyTagClassName
{
color: #099EDA;
}
</style>
background-color css
<style>
a { background-color: #099EDA; }
a { background-color: rgb(9,158,218); }
div.DivClassName
{
background-color: #099EDA;
}
.BgClassName
{
background-color: #099EDA;
}
</style>
border-color css
<style>
span { border-color: #099EDA; }
span { border-color: rgb(9,158,218); }
td.TdClassName
{
border-color: #099EDA;
}
.TagClassName
{
border-color: #099EDA;
}
</style>