Shades of Pacific Blue #109CE0
Tints of Pacific Blue #109CE0
RGB
CMYK
RGB Variations
Color information
#109CE0 (or 0x109CE0) is known color: Pacific Blue. HEX triplet: 10, 9C and E0. RGB value is (16,156,224). Sum of RGB (Red+Green+Blue) = 16+156+224=396 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.04% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 224 (87.89% from 255 or 56.57% from 396); Max value from RGB is 224 - color contains mainly: blue. Hex color #109CE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CE0 is #EF631F. Grayscale: #797979. Windows color (decimal): -15688480 or 14720016. OLE color: 14720016.
HSL color Cylindrical-coordinate representation of color #109CE0: hue angle of 199.62º 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 #109CE0 is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 16 | 156 | 224 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.12 |
| HSL | 199.62º | 0.87% | 0.47% | - |
| HSV(B) | 199.62º | 0.93% | 0.88% | - |
| XYZ | 25.56 | 29.27 | 74.82 | - |
| YUV | 121.89 | 185.62 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 224 | 0.93 | 0.30 | 0 | 0.12 | 199.62 | 0.87 | 0.47 |
| Hex | 10 | 9C | E0 | 5D | 1E | 0 | C | C8 | 57 | 2F |
| Octal | 20 | 234 | 340 | 135 | 36 | 0 | 14 | 310 | 127 | 57 |
| Binary | 10000 | 10011100 | 11100000 | 1011101 | 11110 | 0 | 1100 | 11001000 | 1010111 | 101111 |
Color Harmonies of #109CE0
Complementary color
Monochromatic Colors of #109CE0
Black with #109CE0
Text Example
Text Example
White with #109CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CE0; }
p { color: rgb(16,156,224); }
H1.HeaderClassName
{
color: #109CE0;
}
.AnyTagClassName
{
color: #109CE0;
}
</style>
background-color css
<style>
a { background-color: #109CE0; }
a { background-color: rgb(16,156,224); }
div.DivClassName
{
background-color: #109CE0;
}
.BgClassName
{
background-color: #109CE0;
}
</style>
border-color css
<style>
span { border-color: #109CE0; }
span { border-color: rgb(16,156,224); }
td.TdClassName
{
border-color: #109CE0;
}
.TagClassName
{
border-color: #109CE0;
}
</style>