Shades of Pacific Blue #0099CE
Tints of Pacific Blue #0099CE
RGB
CMYK
RGB Variations
Color information
#0099CE (or 0x0099CE) is known color: Pacific Blue. HEX triplet: 00, 99 and CE. RGB value is (0,153,206). Sum of RGB (Red+Green+Blue) = 0+153+206=359 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #0099CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099CE is #FF6631. Grayscale: #707070. Windows color (decimal): -16737842 or 13539584. OLE color: 13539584.
HSL color Cylindrical-coordinate representation of color #0099CE: hue angle of 195.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099CE is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 153 | 206 | - |
| CMYK | 1 | 0.26 | 0 | 0.19 |
| HSL | 195.44º | 1% | 0.4% | - |
| HSV(B) | 195.44º | 1% | 0.81% | - |
| XYZ | 22.53 | 27.24 | 62.46 | - |
| YUV | 113.3 | 180.31 | 47.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 206 | 1 | 0.26 | 0 | 0.19 | 195.44 | 1 | 0.4 |
| Hex | 0 | 99 | CE | 64 | 1A | 0 | 13 | C3 | 64 | 28 |
| Octal | 0 | 231 | 316 | 144 | 32 | 0 | 23 | 303 | 144 | 50 |
| Binary | 0 | 10011001 | 11001110 | 1100100 | 11010 | 0 | 10011 | 11000011 | 1100100 | 101000 |
Color Harmonies of #0099CE
Complementary color
Monochromatic Colors of #0099CE
Black with #0099CE
Text Example
Text Example
White with #0099CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099CE; }
p { color: rgb(0,153,206); }
H1.HeaderClassName
{
color: #0099CE;
}
.AnyTagClassName
{
color: #0099CE;
}
</style>
background-color css
<style>
a { background-color: #0099CE; }
a { background-color: rgb(0,153,206); }
div.DivClassName
{
background-color: #0099CE;
}
.BgClassName
{
background-color: #0099CE;
}
</style>
border-color css
<style>
span { border-color: #0099CE; }
span { border-color: rgb(0,153,206); }
td.TdClassName
{
border-color: #0099CE;
}
.TagClassName
{
border-color: #0099CE;
}
</style>