Shades of Pacific Blue #099EE5
Tints of Pacific Blue #099EE5
RGB
CMYK
RGB Variations
Color information
#099EE5 (or 0x099EE5) is known color: Pacific Blue. HEX triplet: 09, 9E and E5. RGB value is (9,158,229). Sum of RGB (Red+Green+Blue) = 9+158+229=396 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 396); Green value is 158 (62.11% from 255 or 39.90% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #099EE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099EE5 is #F6611A. Grayscale: #797979. Windows color (decimal): -16146715 or 15048201. OLE color: 15048201.
HSL color Cylindrical-coordinate representation of color #099EE5: hue angle of 199.36º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099EE5 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 158 | 229 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.10 |
| HSL | 199.36º | 0.92% | 0.47% | - |
| HSV(B) | 199.36º | 0.96% | 0.9% | - |
| XYZ | 26.48 | 30.17 | 78.56 | - |
| YUV | 121.54 | 188.64 | 47.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 158 | 229 | 0.96 | 0.31 | 0 | 0.10 | 199.36 | 0.92 | 0.47 |
| Hex | 9 | 9E | E5 | 60 | 1F | 0 | A | C7 | 5C | 2F |
| Octal | 11 | 236 | 345 | 140 | 37 | 0 | 12 | 307 | 134 | 57 |
| Binary | 1001 | 10011110 | 11100101 | 1100000 | 11111 | 0 | 1010 | 11000111 | 1011100 | 101111 |
Color Harmonies of #099EE5
Complementary color
Monochromatic Colors of #099EE5
Black with #099EE5
Text Example
Text Example
White with #099EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099EE5; }
p { color: rgb(9,158,229); }
H1.HeaderClassName
{
color: #099EE5;
}
.AnyTagClassName
{
color: #099EE5;
}
</style>
background-color css
<style>
a { background-color: #099EE5; }
a { background-color: rgb(9,158,229); }
div.DivClassName
{
background-color: #099EE5;
}
.BgClassName
{
background-color: #099EE5;
}
</style>
border-color css
<style>
span { border-color: #099EE5; }
span { border-color: rgb(9,158,229); }
td.TdClassName
{
border-color: #099EE5;
}
.TagClassName
{
border-color: #099EE5;
}
</style>