Shades of Pacific Blue #0199DF
Tints of Pacific Blue #0199DF
RGB
CMYK
RGB Variations
Color information
#0199DF (or 0x0199DF) is known color: Pacific Blue. HEX triplet: 01, 99 and DF. RGB value is (1,153,223). Sum of RGB (Red+Green+Blue) = 1+153+223=377 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 377); Green value is 153 (60.16% from 255 or 40.58% from 377); Blue value is 223 (87.5% from 255 or 59.15% from 377); Max value from RGB is 223 - color contains mainly: blue. Hex color #0199DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0199DF is #FE6620. Grayscale: #737373. Windows color (decimal): -16672289 or 14653697. OLE color: 14653697.
HSL color Cylindrical-coordinate representation of color #0199DF: hue angle of 198.92º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0199DF is Cyan = 1.00, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 153 | 223 | - |
| CMYK | 1.00 | 0.31 | 0 | 0.13 |
| HSL | 198.92º | 0.99% | 0.44% | - |
| HSV(B) | 198.92º | 1% | 0.87% | - |
| XYZ | 24.72 | 28.12 | 73.94 | - |
| YUV | 115.53 | 188.64 | 46.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 153 | 223 | 1.00 | 0.31 | 0 | 0.13 | 198.92 | 0.99 | 0.44 |
| Hex | 1 | 99 | DF | 64 | 1F | 0 | D | C7 | 63 | 2C |
| Octal | 1 | 231 | 337 | 144 | 37 | 0 | 15 | 307 | 143 | 54 |
| Binary | 1 | 10011001 | 11011111 | 1100100 | 11111 | 0 | 1101 | 11000111 | 1100011 | 101100 |
Color Harmonies of #0199DF
Complementary color
Monochromatic Colors of #0199DF
Black with #0199DF
Text Example
Text Example
White with #0199DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0199DF; }
p { color: rgb(1,153,223); }
H1.HeaderClassName
{
color: #0199DF;
}
.AnyTagClassName
{
color: #0199DF;
}
</style>
background-color css
<style>
a { background-color: #0199DF; }
a { background-color: rgb(1,153,223); }
div.DivClassName
{
background-color: #0199DF;
}
.BgClassName
{
background-color: #0199DF;
}
</style>
border-color css
<style>
span { border-color: #0199DF; }
span { border-color: rgb(1,153,223); }
td.TdClassName
{
border-color: #0199DF;
}
.TagClassName
{
border-color: #0199DF;
}
</style>