Shades of Pacific Blue #0A91DD
Tints of Pacific Blue #0A91DD
RGB
CMYK
RGB Variations
Color information
#0A91DD (or 0x0A91DD) is known color: Pacific Blue. HEX triplet: 0A, 91 and DD. RGB value is (10,145,221). Sum of RGB (Red+Green+Blue) = 10+145+221=376 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.66% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 221 (86.72% from 255 or 58.78% from 376); Max value from RGB is 221 - color contains mainly: blue. Hex color #0A91DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A91DD is #F56E22. Grayscale: #707070. Windows color (decimal): -16084515 or 14520586. OLE color: 14520586.
HSL color Cylindrical-coordinate representation of color #0A91DD: hue angle of 201.61º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A91DD is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 10 | 145 | 221 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.13 |
| HSL | 201.61º | 0.91% | 0.45% | - |
| HSV(B) | 201.61º | 0.95% | 0.87% | - |
| XYZ | 23.3 | 25.54 | 72.11 | - |
| YUV | 113.3 | 188.77 | 54.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 145 | 221 | 0.95 | 0.34 | 0 | 0.13 | 201.61 | 0.91 | 0.45 |
| Hex | A | 91 | DD | 5F | 22 | 0 | D | CA | 5B | 2D |
| Octal | 12 | 221 | 335 | 137 | 42 | 0 | 15 | 312 | 133 | 55 |
| Binary | 1010 | 10010001 | 11011101 | 1011111 | 100010 | 0 | 1101 | 11001010 | 1011011 | 101101 |
Color Harmonies of #0A91DD
Complementary color
Monochromatic Colors of #0A91DD
Black with #0A91DD
Text Example
Text Example
White with #0A91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A91DD; }
p { color: rgb(10,145,221); }
H1.HeaderClassName
{
color: #0A91DD;
}
.AnyTagClassName
{
color: #0A91DD;
}
</style>
background-color css
<style>
a { background-color: #0A91DD; }
a { background-color: rgb(10,145,221); }
div.DivClassName
{
background-color: #0A91DD;
}
.BgClassName
{
background-color: #0A91DD;
}
</style>
border-color css
<style>
span { border-color: #0A91DD; }
span { border-color: rgb(10,145,221); }
td.TdClassName
{
border-color: #0A91DD;
}
.TagClassName
{
border-color: #0A91DD;
}
</style>