Shades of Pacific Blue #128BCE
Tints of Pacific Blue #128BCE
RGB
CMYK
RGB Variations
Color information
#128BCE (or 0x128BCE) is known color: Pacific Blue. HEX triplet: 12, 8B and CE. RGB value is (18,139,206). Sum of RGB (Red+Green+Blue) = 18+139+206=363 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.96% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #128BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BCE is #ED7431. Grayscale: #6E6E6E. Windows color (decimal): -15561778 or 13536018. OLE color: 13536018.
HSL color Cylindrical-coordinate representation of color #128BCE: hue angle of 201.38º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #128BCE is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 139 | 206 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.19 |
| HSL | 201.38º | 0.84% | 0.44% | - |
| HSV(B) | 201.38º | 0.91% | 0.81% | - |
| XYZ | 20.62 | 23.05 | 61.75 | - |
| YUV | 110.46 | 181.91 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 206 | 0.91 | 0.33 | 0 | 0.19 | 201.38 | 0.84 | 0.44 |
| Hex | 12 | 8B | CE | 5B | 21 | 0 | 13 | C9 | 54 | 2C |
| Octal | 22 | 213 | 316 | 133 | 41 | 0 | 23 | 311 | 124 | 54 |
| Binary | 10010 | 10001011 | 11001110 | 1011011 | 100001 | 0 | 10011 | 11001001 | 1010100 | 101100 |
Color Harmonies of #128BCE
Complementary color
Monochromatic Colors of #128BCE
Black with #128BCE
Text Example
Text Example
White with #128BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BCE; }
p { color: rgb(18,139,206); }
H1.HeaderClassName
{
color: #128BCE;
}
.AnyTagClassName
{
color: #128BCE;
}
</style>
background-color css
<style>
a { background-color: #128BCE; }
a { background-color: rgb(18,139,206); }
div.DivClassName
{
background-color: #128BCE;
}
.BgClassName
{
background-color: #128BCE;
}
</style>
border-color css
<style>
span { border-color: #128BCE; }
span { border-color: rgb(18,139,206); }
td.TdClassName
{
border-color: #128BCE;
}
.TagClassName
{
border-color: #128BCE;
}
</style>