Shades of Pacific Blue #1090D8
Tints of Pacific Blue #1090D8
RGB
CMYK
RGB Variations
Color information
#1090D8 (or 0x1090D8) is known color: Pacific Blue. HEX triplet: 10, 90 and D8. RGB value is (16,144,216). Sum of RGB (Red+Green+Blue) = 16+144+216=376 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.26% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 216 (84.77% from 255 or 57.45% from 376); Max value from RGB is 216 - color contains mainly: blue. Hex color #1090D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1090D8 is #EF6F27. Grayscale: #717171. Windows color (decimal): -15691560 or 14192656. OLE color: 14192656.
HSL color Cylindrical-coordinate representation of color #1090D8: hue angle of 201.6º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1090D8 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 144 | 216 | - |
| CMYK | 0.93 | 0.33 | 0 | 0.15 |
| HSL | 201.6º | 0.86% | 0.45% | - |
| HSV(B) | 201.6º | 0.93% | 0.85% | - |
| XYZ | 22.58 | 25.01 | 68.6 | - |
| YUV | 113.94 | 185.59 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 144 | 216 | 0.93 | 0.33 | 0 | 0.15 | 201.6 | 0.86 | 0.45 |
| Hex | 10 | 90 | D8 | 5D | 21 | 0 | F | CA | 56 | 2D |
| Octal | 20 | 220 | 330 | 135 | 41 | 0 | 17 | 312 | 126 | 55 |
| Binary | 10000 | 10010000 | 11011000 | 1011101 | 100001 | 0 | 1111 | 11001010 | 1010110 | 101101 |
Color Harmonies of #1090D8
Complementary color
Monochromatic Colors of #1090D8
Black with #1090D8
Text Example
Text Example
White with #1090D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1090D8; }
p { color: rgb(16,144,216); }
H1.HeaderClassName
{
color: #1090D8;
}
.AnyTagClassName
{
color: #1090D8;
}
</style>
background-color css
<style>
a { background-color: #1090D8; }
a { background-color: rgb(16,144,216); }
div.DivClassName
{
background-color: #1090D8;
}
.BgClassName
{
background-color: #1090D8;
}
</style>
border-color css
<style>
span { border-color: #1090D8; }
span { border-color: rgb(16,144,216); }
td.TdClassName
{
border-color: #1090D8;
}
.TagClassName
{
border-color: #1090D8;
}
</style>