Shades of Pacific Blue #109FE0
Tints of Pacific Blue #109FE0
RGB
CMYK
RGB Variations
Color information
#109FE0 (or 0x109FE0) is known color: Pacific Blue. HEX triplet: 10, 9F and E0. RGB value is (16,159,224). Sum of RGB (Red+Green+Blue) = 16+159+224=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 159 (62.5% from 255 or 39.85% from 399); Blue value is 224 (87.89% from 255 or 56.14% from 399); Max value from RGB is 224 - color contains mainly: blue. Hex color #109FE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109FE0 is #EF601F. Grayscale: #7B7B7B. Windows color (decimal): -15687712 or 14720784. OLE color: 14720784.
HSL color Cylindrical-coordinate representation of color #109FE0: hue angle of 198.75º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109FE0 is Cyan = 0.93, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 159 | 224 | - |
| CMYK | 0.93 | 0.29 | 0 | 0.12 |
| HSL | 198.75º | 0.87% | 0.47% | - |
| HSV(B) | 198.75º | 0.93% | 0.88% | - |
| XYZ | 26.07 | 30.29 | 74.99 | - |
| YUV | 123.65 | 184.62 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 159 | 224 | 0.93 | 0.29 | 0 | 0.12 | 198.75 | 0.87 | 0.47 |
| Hex | 10 | 9F | E0 | 5D | 1D | 0 | C | C7 | 57 | 2F |
| Octal | 20 | 237 | 340 | 135 | 35 | 0 | 14 | 307 | 127 | 57 |
| Binary | 10000 | 10011111 | 11100000 | 1011101 | 11101 | 0 | 1100 | 11000111 | 1010111 | 101111 |
Color Harmonies of #109FE0
Complementary color
Monochromatic Colors of #109FE0
Black with #109FE0
Text Example
Text Example
White with #109FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109FE0; }
p { color: rgb(16,159,224); }
H1.HeaderClassName
{
color: #109FE0;
}
.AnyTagClassName
{
color: #109FE0;
}
</style>
background-color css
<style>
a { background-color: #109FE0; }
a { background-color: rgb(16,159,224); }
div.DivClassName
{
background-color: #109FE0;
}
.BgClassName
{
background-color: #109FE0;
}
</style>
border-color css
<style>
span { border-color: #109FE0; }
span { border-color: rgb(16,159,224); }
td.TdClassName
{
border-color: #109FE0;
}
.TagClassName
{
border-color: #109FE0;
}
</style>