Shades of Pacific Blue #1C95D2
Tints of Pacific Blue #1C95D2
RGB
CMYK
RGB Variations
Color information
#1C95D2 (or 0x1C95D2) is known color: Pacific Blue. HEX triplet: 1C, 95 and D2. RGB value is (28,149,210). Sum of RGB (Red+Green+Blue) = 28+149+210=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 210 (82.42% from 255 or 54.26% from 387); Max value from RGB is 210 - color contains mainly: blue. Hex color #1C95D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C95D2 is #E36A2D. Grayscale: #777777. Windows color (decimal): -14903854 or 13800732. OLE color: 13800732.
HSL color Cylindrical-coordinate representation of color #1C95D2: hue angle of 200.11º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C95D2 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 149 | 210 | - |
| CMYK | 0.87 | 0.29 | 0 | 0.18 |
| HSL | 200.11º | 0.76% | 0.47% | - |
| HSV(B) | 200.11º | 0.87% | 0.82% | - |
| XYZ | 22.86 | 26.39 | 64.86 | - |
| YUV | 119.78 | 178.91 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 149 | 210 | 0.87 | 0.29 | 0 | 0.18 | 200.11 | 0.76 | 0.47 |
| Hex | 1C | 95 | D2 | 57 | 1D | 0 | 12 | C8 | 4C | 2F |
| Octal | 34 | 225 | 322 | 127 | 35 | 0 | 22 | 310 | 114 | 57 |
| Binary | 11100 | 10010101 | 11010010 | 1010111 | 11101 | 0 | 10010 | 11001000 | 1001100 | 101111 |
Color Harmonies of #1C95D2
Complementary color
Monochromatic Colors of #1C95D2
Black with #1C95D2
Text Example
Text Example
White with #1C95D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C95D2; }
p { color: rgb(28,149,210); }
H1.HeaderClassName
{
color: #1C95D2;
}
.AnyTagClassName
{
color: #1C95D2;
}
</style>
background-color css
<style>
a { background-color: #1C95D2; }
a { background-color: rgb(28,149,210); }
div.DivClassName
{
background-color: #1C95D2;
}
.BgClassName
{
background-color: #1C95D2;
}
</style>
border-color css
<style>
span { border-color: #1C95D2; }
span { border-color: rgb(28,149,210); }
td.TdClassName
{
border-color: #1C95D2;
}
.TagClassName
{
border-color: #1C95D2;
}
</style>