Shades of Pacific Blue #099CCE
Tints of Pacific Blue #099CCE
RGB
CMYK
RGB Variations
Color information
#099CCE (or 0x099CCE) is known color: Pacific Blue. HEX triplet: 09, 9C and CE. RGB value is (9,156,206). Sum of RGB (Red+Green+Blue) = 9+156+206=371 (49% of max value = 765). Red value is 9 (3.91% from 255 or 2.43% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #099CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #099CCE is #F66331. Grayscale: #757575. Windows color (decimal): -16147250 or 13540361. OLE color: 13540361.
HSL color Cylindrical-coordinate representation of color #099CCE: hue angle of 195.23º 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 #099CCE is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 156 | 206 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.19 |
| HSL | 195.23º | 0.92% | 0.42% | - |
| HSV(B) | 195.23º | 0.96% | 0.81% | - |
| XYZ | 23.14 | 28.29 | 62.63 | - |
| YUV | 117.75 | 177.8 | 50.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 156 | 206 | 0.96 | 0.24 | 0 | 0.19 | 195.23 | 0.92 | 0.42 |
| Hex | 9 | 9C | CE | 60 | 18 | 0 | 13 | C3 | 5C | 2A |
| Octal | 11 | 234 | 316 | 140 | 30 | 0 | 23 | 303 | 134 | 52 |
| Binary | 1001 | 10011100 | 11001110 | 1100000 | 11000 | 0 | 10011 | 11000011 | 1011100 | 101010 |
Color Harmonies of #099CCE
Complementary color
Monochromatic Colors of #099CCE
Black with #099CCE
Text Example
Text Example
White with #099CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #099CCE; }
p { color: rgb(9,156,206); }
H1.HeaderClassName
{
color: #099CCE;
}
.AnyTagClassName
{
color: #099CCE;
}
</style>
background-color css
<style>
a { background-color: #099CCE; }
a { background-color: rgb(9,156,206); }
div.DivClassName
{
background-color: #099CCE;
}
.BgClassName
{
background-color: #099CCE;
}
</style>
border-color css
<style>
span { border-color: #099CCE; }
span { border-color: rgb(9,156,206); }
td.TdClassName
{
border-color: #099CCE;
}
.TagClassName
{
border-color: #099CCE;
}
</style>