Shades of Pacific Blue #099CE1
Tints of Pacific Blue #099CE1
RGB
CMYK
RGB Variations
Color information
#099CE1 (or 0x099CE1) is known color: Pacific Blue. HEX triplet: 09, 9C and E1. RGB value is (9,156,225). Sum of RGB (Red+Green+Blue) = 9+156+225=390 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.31% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 225 (88.28% from 255 or 57.69% from 390); Max value from RGB is 225 - color contains mainly: blue. Hex color #099CE1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CE1 is #F6631E. Grayscale: #777777. Windows color (decimal): -16147231 or 14785545. OLE color: 14785545.
HSL color Cylindrical-coordinate representation of color #099CE1: hue angle of 199.17º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099CE1 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 9 | 156 | 225 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.12 |
| HSL | 199.17º | 0.92% | 0.46% | - |
| HSV(B) | 199.17º | 0.96% | 0.88% | - |
| XYZ | 25.59 | 29.27 | 75.54 | - |
| YUV | 119.91 | 187.3 | 48.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 225 | 0.96 | 0.31 | 0 | 0.12 | 199.17 | 0.92 | 0.46 |
| Hex | 9 | 9C | E1 | 60 | 1F | 0 | C | C7 | 5C | 2E |
| Octal | 11 | 234 | 341 | 140 | 37 | 0 | 14 | 307 | 134 | 56 |
| Binary | 1001 | 10011100 | 11100001 | 1100000 | 11111 | 0 | 1100 | 11000111 | 1011100 | 101110 |
Color Harmonies of #099CE1
Complementary color
Monochromatic Colors of #099CE1
Black with #099CE1
Text Example
Text Example
White with #099CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CE1; }
p { color: rgb(9,156,225); }
H1.HeaderClassName
{
color: #099CE1;
}
.AnyTagClassName
{
color: #099CE1;
}
</style>
background-color css
<style>
a { background-color: #099CE1; }
a { background-color: rgb(9,156,225); }
div.DivClassName
{
background-color: #099CE1;
}
.BgClassName
{
background-color: #099CE1;
}
</style>
border-color css
<style>
span { border-color: #099CE1; }
span { border-color: rgb(9,156,225); }
td.TdClassName
{
border-color: #099CE1;
}
.TagClassName
{
border-color: #099CE1;
}
</style>