Shades of Pacific Blue #128DCB
Tints of Pacific Blue #128DCB
RGB
CMYK
RGB Variations
Color information
#128DCB (or 0x128DCB) is known color: Pacific Blue. HEX triplet: 12, 8D and CB. RGB value is (18,141,203). Sum of RGB (Red+Green+Blue) = 18+141+203=362 (47% of max value = 765). Red value is 18 (7.42% from 255 or 4.97% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #128DCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128DCB is #ED7234. Grayscale: #6E6E6E. Windows color (decimal): -15561269 or 13339922. OLE color: 13339922.
HSL color Cylindrical-coordinate representation of color #128DCB: hue angle of 200.11º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128DCB is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 18 | 141 | 203 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.20 |
| HSL | 200.11º | 0.84% | 0.43% | - |
| HSV(B) | 200.11º | 0.91% | 0.8% | - |
| XYZ | 20.55 | 23.49 | 59.95 | - |
| YUV | 111.29 | 179.75 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 141 | 203 | 0.91 | 0.31 | 0 | 0.20 | 200.11 | 0.84 | 0.43 |
| Hex | 12 | 8D | CB | 5B | 1F | 0 | 14 | C8 | 54 | 2B |
| Octal | 22 | 215 | 313 | 133 | 37 | 0 | 24 | 310 | 124 | 53 |
| Binary | 10010 | 10001101 | 11001011 | 1011011 | 11111 | 0 | 10100 | 11001000 | 1010100 | 101011 |
Color Harmonies of #128DCB
Complementary color
Monochromatic Colors of #128DCB
Black with #128DCB
Text Example
Text Example
White with #128DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128DCB; }
p { color: rgb(18,141,203); }
H1.HeaderClassName
{
color: #128DCB;
}
.AnyTagClassName
{
color: #128DCB;
}
</style>
background-color css
<style>
a { background-color: #128DCB; }
a { background-color: rgb(18,141,203); }
div.DivClassName
{
background-color: #128DCB;
}
.BgClassName
{
background-color: #128DCB;
}
</style>
border-color css
<style>
span { border-color: #128DCB; }
span { border-color: rgb(18,141,203); }
td.TdClassName
{
border-color: #128DCB;
}
.TagClassName
{
border-color: #128DCB;
}
</style>