Shades of Pacific Blue #0099DE
Tints of Pacific Blue #0099DE
RGB
CMYK
RGB Variations
Color information
#0099DE (or 0x0099DE) is known color: Pacific Blue. HEX triplet: 00, 99 and DE. RGB value is (0,153,222). Sum of RGB (Red+Green+Blue) = 0+153+222=375 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 375); Green value is 153 (60.16% from 255 or 40.8% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #0099DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099DE is #FF6621. Grayscale: #727272. Windows color (decimal): -16737826 or 14588160. OLE color: 14588160.
HSL color Cylindrical-coordinate representation of color #0099DE: hue angle of 198.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099DE is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 0 | 153 | 222 | - |
| CMYK | 1 | 0.31 | 0 | 0.13 |
| HSL | 198.65º | 1% | 0.44% | - |
| HSV(B) | 198.65º | 1% | 0.87% | - |
| XYZ | 24.58 | 28.06 | 73.23 | - |
| YUV | 115.12 | 188.31 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 222 | 1 | 0.31 | 0 | 0.13 | 198.65 | 1 | 0.44 |
| Hex | 0 | 99 | DE | 64 | 1F | 0 | D | C7 | 64 | 2C |
| Octal | 0 | 231 | 336 | 144 | 37 | 0 | 15 | 307 | 144 | 54 |
| Binary | 0 | 10011001 | 11011110 | 1100100 | 11111 | 0 | 1101 | 11000111 | 1100100 | 101100 |
Color Harmonies of #0099DE
Complementary color
Monochromatic Colors of #0099DE
Black with #0099DE
Text Example
Text Example
White with #0099DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099DE; }
p { color: rgb(0,153,222); }
H1.HeaderClassName
{
color: #0099DE;
}
.AnyTagClassName
{
color: #0099DE;
}
</style>
background-color css
<style>
a { background-color: #0099DE; }
a { background-color: rgb(0,153,222); }
div.DivClassName
{
background-color: #0099DE;
}
.BgClassName
{
background-color: #0099DE;
}
</style>
border-color css
<style>
span { border-color: #0099DE; }
span { border-color: rgb(0,153,222); }
td.TdClassName
{
border-color: #0099DE;
}
.TagClassName
{
border-color: #0099DE;
}
</style>