Shades of Pacific Blue #0099CF
Tints of Pacific Blue #0099CF
RGB
CMYK
RGB Variations
Color information
#0099CF (or 0x0099CF) is known color: Pacific Blue. HEX triplet: 00, 99 and CF. RGB value is (0,153,207). Sum of RGB (Red+Green+Blue) = 0+153+207=360 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 360); Green value is 153 (60.16% from 255 or 42.5% from 360); Blue value is 207 (81.25% from 255 or 57.5% from 360); Max value from RGB is 207 - color contains mainly: blue. Hex color #0099CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0099CF is #FF6630. Grayscale: #717171. Windows color (decimal): -16737841 or 13605120. OLE color: 13605120.
HSL color Cylindrical-coordinate representation of color #0099CF: hue angle of 195.65º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0099CF is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 0 | 153 | 207 | - |
| CMYK | 1 | 0.26 | 0 | 0.19 |
| HSL | 195.65º | 1% | 0.41% | - |
| HSV(B) | 195.65º | 1% | 0.81% | - |
| XYZ | 22.65 | 27.29 | 63.1 | - |
| YUV | 113.41 | 180.81 | 47.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 153 | 207 | 1 | 0.26 | 0 | 0.19 | 195.65 | 1 | 0.41 |
| Hex | 0 | 99 | CF | 64 | 1A | 0 | 13 | C4 | 64 | 29 |
| Octal | 0 | 231 | 317 | 144 | 32 | 0 | 23 | 304 | 144 | 51 |
| Binary | 0 | 10011001 | 11001111 | 1100100 | 11010 | 0 | 10011 | 11000100 | 1100100 | 101001 |
Color Harmonies of #0099CF
Complementary color
Monochromatic Colors of #0099CF
Black with #0099CF
Text Example
Text Example
White with #0099CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0099CF; }
p { color: rgb(0,153,207); }
H1.HeaderClassName
{
color: #0099CF;
}
.AnyTagClassName
{
color: #0099CF;
}
</style>
background-color css
<style>
a { background-color: #0099CF; }
a { background-color: rgb(0,153,207); }
div.DivClassName
{
background-color: #0099CF;
}
.BgClassName
{
background-color: #0099CF;
}
</style>
border-color css
<style>
span { border-color: #0099CF; }
span { border-color: rgb(0,153,207); }
td.TdClassName
{
border-color: #0099CF;
}
.TagClassName
{
border-color: #0099CF;
}
</style>