Shades of Pacific Blue #099FCE
Tints of Pacific Blue #099FCE
RGB
CMYK
RGB Variations
Color information
#099FCE (or 0x099FCE) is known color: Pacific Blue. HEX triplet: 09, 9F and CE. RGB value is (9,159,206). Sum of RGB (Red+Green+Blue) = 9+159+206=374 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.41% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #099FCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099FCE is #F66031. Grayscale: #777777. Windows color (decimal): -16146482 or 13541129. OLE color: 13541129.
HSL color Cylindrical-coordinate representation of color #099FCE: hue angle of 194.31º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #099FCE is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 159 | 206 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.19 |
| HSL | 194.31º | 0.92% | 0.42% | - |
| HSV(B) | 194.31º | 0.96% | 0.81% | - |
| XYZ | 23.65 | 29.31 | 62.8 | - |
| YUV | 119.51 | 176.81 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 159 | 206 | 0.96 | 0.23 | 0 | 0.19 | 194.31 | 0.92 | 0.42 |
| Hex | 9 | 9F | CE | 60 | 17 | 0 | 13 | C2 | 5C | 2A |
| Octal | 11 | 237 | 316 | 140 | 27 | 0 | 23 | 302 | 134 | 52 |
| Binary | 1001 | 10011111 | 11001110 | 1100000 | 10111 | 0 | 10011 | 11000010 | 1011100 | 101010 |
Color Harmonies of #099FCE
Complementary color
Monochromatic Colors of #099FCE
Black with #099FCE
Text Example
Text Example
White with #099FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099FCE; }
p { color: rgb(9,159,206); }
H1.HeaderClassName
{
color: #099FCE;
}
.AnyTagClassName
{
color: #099FCE;
}
</style>
background-color css
<style>
a { background-color: #099FCE; }
a { background-color: rgb(9,159,206); }
div.DivClassName
{
background-color: #099FCE;
}
.BgClassName
{
background-color: #099FCE;
}
</style>
border-color css
<style>
span { border-color: #099FCE; }
span { border-color: rgb(9,159,206); }
td.TdClassName
{
border-color: #099FCE;
}
.TagClassName
{
border-color: #099FCE;
}
</style>