Shades of Pacific Blue #128BCF
Tints of Pacific Blue #128BCF
RGB
CMYK
RGB Variations
Color information
#128BCF (or 0x128BCF) is known color: Pacific Blue. HEX triplet: 12, 8B and CF. RGB value is (18,139,207). Sum of RGB (Red+Green+Blue) = 18+139+207=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 207 (81.25% from 255 or 56.87% from 364); Max value from RGB is 207 - color contains mainly: blue. Hex color #128BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128BCF is #ED7430. Grayscale: #6E6E6E. Windows color (decimal): -15561777 or 13601554. OLE color: 13601554.
HSL color Cylindrical-coordinate representation of color #128BCF: hue angle of 201.59º 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 #128BCF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 139 | 207 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.19 |
| HSL | 201.59º | 0.84% | 0.44% | - |
| HSV(B) | 201.59º | 0.91% | 0.81% | - |
| XYZ | 20.74 | 23.1 | 62.4 | - |
| YUV | 110.57 | 182.41 | 61.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 139 | 207 | 0.91 | 0.33 | 0 | 0.19 | 201.59 | 0.84 | 0.44 |
| Hex | 12 | 8B | CF | 5B | 21 | 0 | 13 | CA | 54 | 2C |
| Octal | 22 | 213 | 317 | 133 | 41 | 0 | 23 | 312 | 124 | 54 |
| Binary | 10010 | 10001011 | 11001111 | 1011011 | 100001 | 0 | 10011 | 11001010 | 1010100 | 101100 |
Color Harmonies of #128BCF
Complementary color
Monochromatic Colors of #128BCF
Black with #128BCF
Text Example
Text Example
White with #128BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128BCF; }
p { color: rgb(18,139,207); }
H1.HeaderClassName
{
color: #128BCF;
}
.AnyTagClassName
{
color: #128BCF;
}
</style>
background-color css
<style>
a { background-color: #128BCF; }
a { background-color: rgb(18,139,207); }
div.DivClassName
{
background-color: #128BCF;
}
.BgClassName
{
background-color: #128BCF;
}
</style>
border-color css
<style>
span { border-color: #128BCF; }
span { border-color: rgb(18,139,207); }
td.TdClassName
{
border-color: #128BCF;
}
.TagClassName
{
border-color: #128BCF;
}
</style>