Shades of Pacific Blue #109CDF
Tints of Pacific Blue #109CDF
RGB
CMYK
RGB Variations
Color information
#109CDF (or 0x109CDF) is known color: Pacific Blue. HEX triplet: 10, 9C and DF. RGB value is (16,156,223). Sum of RGB (Red+Green+Blue) = 16+156+223=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 156 (61.33% from 255 or 39.49% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #109CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #109CDF is #EF6320. Grayscale: #797979. Windows color (decimal): -15688481 or 14654480. OLE color: 14654480.
HSL color Cylindrical-coordinate representation of color #109CDF: hue angle of 199.42º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #109CDF is Cyan = 0.93, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 156 | 223 | - |
| CMYK | 0.93 | 0.30 | 0 | 0.13 |
| HSL | 199.42º | 0.87% | 0.47% | - |
| HSV(B) | 199.42º | 0.93% | 0.87% | - |
| XYZ | 25.42 | 29.21 | 74.11 | - |
| YUV | 121.78 | 185.12 | 52.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 156 | 223 | 0.93 | 0.30 | 0 | 0.13 | 199.42 | 0.87 | 0.47 |
| Hex | 10 | 9C | DF | 5D | 1E | 0 | D | C7 | 57 | 2F |
| Octal | 20 | 234 | 337 | 135 | 36 | 0 | 15 | 307 | 127 | 57 |
| Binary | 10000 | 10011100 | 11011111 | 1011101 | 11110 | 0 | 1101 | 11000111 | 1010111 | 101111 |
Color Harmonies of #109CDF
Complementary color
Monochromatic Colors of #109CDF
Black with #109CDF
Text Example
Text Example
White with #109CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109CDF; }
p { color: rgb(16,156,223); }
H1.HeaderClassName
{
color: #109CDF;
}
.AnyTagClassName
{
color: #109CDF;
}
</style>
background-color css
<style>
a { background-color: #109CDF; }
a { background-color: rgb(16,156,223); }
div.DivClassName
{
background-color: #109CDF;
}
.BgClassName
{
background-color: #109CDF;
}
</style>
border-color css
<style>
span { border-color: #109CDF; }
span { border-color: rgb(16,156,223); }
td.TdClassName
{
border-color: #109CDF;
}
.TagClassName
{
border-color: #109CDF;
}
</style>