Shades of Pacific Blue #128CCE
Tints of Pacific Blue #128CCE
RGB
CMYK
RGB Variations
Color information
#128CCE (or 0x128CCE) is known color: Pacific Blue. HEX triplet: 12, 8C and CE. RGB value is (18,140,206). Sum of RGB (Red+Green+Blue) = 18+140+206=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 140 (55.08% from 255 or 38.46% from 364); Blue value is 206 (80.86% from 255 or 56.59% from 364); Max value from RGB is 206 - color contains mainly: blue. Hex color #128CCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #128CCE is #ED7331. Grayscale: #6E6E6E. Windows color (decimal): -15561522 or 13536274. OLE color: 13536274.
HSL color Cylindrical-coordinate representation of color #128CCE: hue angle of 201.06º 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 #128CCE is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 140 | 206 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.19 |
| HSL | 201.06º | 0.84% | 0.44% | - |
| HSV(B) | 201.06º | 0.91% | 0.81% | - |
| XYZ | 20.77 | 23.34 | 61.8 | - |
| YUV | 111.05 | 181.58 | 61.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 140 | 206 | 0.91 | 0.32 | 0 | 0.19 | 201.06 | 0.84 | 0.44 |
| Hex | 12 | 8C | CE | 5B | 20 | 0 | 13 | C9 | 54 | 2C |
| Octal | 22 | 214 | 316 | 133 | 40 | 0 | 23 | 311 | 124 | 54 |
| Binary | 10010 | 10001100 | 11001110 | 1011011 | 100000 | 0 | 10011 | 11001001 | 1010100 | 101100 |
Color Harmonies of #128CCE
Complementary color
Monochromatic Colors of #128CCE
Black with #128CCE
Text Example
Text Example
White with #128CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128CCE; }
p { color: rgb(18,140,206); }
H1.HeaderClassName
{
color: #128CCE;
}
.AnyTagClassName
{
color: #128CCE;
}
</style>
background-color css
<style>
a { background-color: #128CCE; }
a { background-color: rgb(18,140,206); }
div.DivClassName
{
background-color: #128CCE;
}
.BgClassName
{
background-color: #128CCE;
}
</style>
border-color css
<style>
span { border-color: #128CCE; }
span { border-color: rgb(18,140,206); }
td.TdClassName
{
border-color: #128CCE;
}
.TagClassName
{
border-color: #128CCE;
}
</style>