Shades of Pacific Blue #0D99CA
Tints of Pacific Blue #0D99CA
RGB
CMYK
RGB Variations
Color information
#0D99CA (or 0x0D99CA) is known color: Pacific Blue. HEX triplet: 0D, 99 and CA. RGB value is (13,153,202). Sum of RGB (Red+Green+Blue) = 13+153+202=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 202 (79.30% from 255 or 54.89% from 368); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D99CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D99CA is #F26635. Grayscale: #747474. Windows color (decimal): -15885878 or 13277453. OLE color: 13277453.
HSL color Cylindrical-coordinate representation of color #0D99CA: hue angle of 195.56º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D99CA is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 13 | 153 | 202 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.21 |
| HSL | 195.56º | 0.88% | 0.42% | - |
| HSV(B) | 195.56º | 0.94% | 0.79% | - |
| XYZ | 22.22 | 27.13 | 59.94 | - |
| YUV | 116.73 | 176.12 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 153 | 202 | 0.94 | 0.24 | 0 | 0.21 | 195.56 | 0.88 | 0.42 |
| Hex | D | 99 | CA | 5E | 18 | 0 | 15 | C4 | 58 | 2A |
| Octal | 15 | 231 | 312 | 136 | 30 | 0 | 25 | 304 | 130 | 52 |
| Binary | 1101 | 10011001 | 11001010 | 1011110 | 11000 | 0 | 10101 | 11000100 | 1011000 | 101010 |
Color Harmonies of #0D99CA
Complementary color
Monochromatic Colors of #0D99CA
Black with #0D99CA
Text Example
Text Example
White with #0D99CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D99CA; }
p { color: rgb(13,153,202); }
H1.HeaderClassName
{
color: #0D99CA;
}
.AnyTagClassName
{
color: #0D99CA;
}
</style>
background-color css
<style>
a { background-color: #0D99CA; }
a { background-color: rgb(13,153,202); }
div.DivClassName
{
background-color: #0D99CA;
}
.BgClassName
{
background-color: #0D99CA;
}
</style>
border-color css
<style>
span { border-color: #0D99CA; }
span { border-color: rgb(13,153,202); }
td.TdClassName
{
border-color: #0D99CA;
}
.TagClassName
{
border-color: #0D99CA;
}
</style>