Shades of Pacific Blue #0299CF
Tints of Pacific Blue #0299CF
RGB
CMYK
RGB Variations
Color information
#0299CF (or 0x0299CF) is known color: Pacific Blue. HEX triplet: 02, 99 and CF. RGB value is (2,153,207). Sum of RGB (Red+Green+Blue) = 2+153+207=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #0299CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0299CF is #FD6630. Grayscale: #717171. Windows color (decimal): -16606769 or 13605122. OLE color: 13605122.
HSL color Cylindrical-coordinate representation of color #0299CF: hue angle of 195.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0299CF is Cyan = 0.99, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 153 | 207 | - |
| CMYK | 0.99 | 0.26 | 0 | 0.19 |
| HSL | 195.8º | 0.98% | 0.41% | - |
| HSV(B) | 195.8º | 0.99% | 0.81% | - |
| XYZ | 22.68 | 27.3 | 63.11 | - |
| YUV | 114.01 | 180.47 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 153 | 207 | 0.99 | 0.26 | 0 | 0.19 | 195.8 | 0.98 | 0.41 |
| Hex | 2 | 99 | CF | 63 | 1A | 0 | 13 | C4 | 62 | 29 |
| Octal | 2 | 231 | 317 | 143 | 32 | 0 | 23 | 304 | 142 | 51 |
| Binary | 10 | 10011001 | 11001111 | 1100011 | 11010 | 0 | 10011 | 11000100 | 1100010 | 101001 |
Color Harmonies of #0299CF
Complementary color
Monochromatic Colors of #0299CF
Black with #0299CF
Text Example
Text Example
White with #0299CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0299CF; }
p { color: rgb(2,153,207); }
H1.HeaderClassName
{
color: #0299CF;
}
.AnyTagClassName
{
color: #0299CF;
}
</style>
background-color css
<style>
a { background-color: #0299CF; }
a { background-color: rgb(2,153,207); }
div.DivClassName
{
background-color: #0299CF;
}
.BgClassName
{
background-color: #0299CF;
}
</style>
border-color css
<style>
span { border-color: #0299CF; }
span { border-color: rgb(2,153,207); }
td.TdClassName
{
border-color: #0299CF;
}
.TagClassName
{
border-color: #0299CF;
}
</style>