Shades of Pacific Blue #099FE5
Tints of Pacific Blue #099FE5
RGB
CMYK
RGB Variations
Color information
#099FE5 (or 0x099FE5) is known color: Pacific Blue. HEX triplet: 09, 9F and E5. RGB value is (9,159,229). Sum of RGB (Red+Green+Blue) = 9+159+229=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 229 (89.84% from 255 or 57.68% from 397); Max value from RGB is 229 - color contains mainly: blue. Hex color #099FE5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FE5 is #F6601A. Grayscale: #797979. Windows color (decimal): -16146459 or 15048457. OLE color: 15048457.
HSL color Cylindrical-coordinate representation of color #099FE5: hue angle of 199.09º 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 #099FE5 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 159 | 229 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.10 |
| HSL | 199.09º | 0.92% | 0.47% | - |
| HSV(B) | 199.09º | 0.96% | 0.9% | - |
| XYZ | 26.65 | 30.51 | 78.61 | - |
| YUV | 122.13 | 188.31 | 47.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 229 | 0.96 | 0.31 | 0 | 0.10 | 199.09 | 0.92 | 0.47 |
| Hex | 9 | 9F | E5 | 60 | 1F | 0 | A | C7 | 5C | 2F |
| Octal | 11 | 237 | 345 | 140 | 37 | 0 | 12 | 307 | 134 | 57 |
| Binary | 1001 | 10011111 | 11100101 | 1100000 | 11111 | 0 | 1010 | 11000111 | 1011100 | 101111 |
Color Harmonies of #099FE5
Complementary color
Monochromatic Colors of #099FE5
Black with #099FE5
Text Example
Text Example
White with #099FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FE5; }
p { color: rgb(9,159,229); }
H1.HeaderClassName
{
color: #099FE5;
}
.AnyTagClassName
{
color: #099FE5;
}
</style>
background-color css
<style>
a { background-color: #099FE5; }
a { background-color: rgb(9,159,229); }
div.DivClassName
{
background-color: #099FE5;
}
.BgClassName
{
background-color: #099FE5;
}
</style>
border-color css
<style>
span { border-color: #099FE5; }
span { border-color: rgb(9,159,229); }
td.TdClassName
{
border-color: #099FE5;
}
.TagClassName
{
border-color: #099FE5;
}
</style>