Shades of Pacific Blue #159CDE
Tints of Pacific Blue #159CDE
RGB
CMYK
RGB Variations
Color information
#159CDE (or 0x159CDE) is known color: Pacific Blue. HEX triplet: 15, 9C and DE. RGB value is (21,156,222). Sum of RGB (Red+Green+Blue) = 21+156+222=399 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.26% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #159CDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159CDE is #EA6321. Grayscale: #7A7A7A. Windows color (decimal): -15360802 or 14588949. OLE color: 14588949.
HSL color Cylindrical-coordinate representation of color #159CDE: hue angle of 199.7º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #159CDE is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 156 | 222 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.13 |
| HSL | 199.7º | 0.83% | 0.48% | - |
| HSV(B) | 199.7º | 0.91% | 0.87% | - |
| XYZ | 25.38 | 29.21 | 73.41 | - |
| YUV | 123.16 | 183.77 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 156 | 222 | 0.91 | 0.30 | 0 | 0.13 | 199.7 | 0.83 | 0.48 |
| Hex | 15 | 9C | DE | 5B | 1E | 0 | D | C8 | 53 | 30 |
| Octal | 25 | 234 | 336 | 133 | 36 | 0 | 15 | 310 | 123 | 60 |
| Binary | 10101 | 10011100 | 11011110 | 1011011 | 11110 | 0 | 1101 | 11001000 | 1010011 | 110000 |
Color Harmonies of #159CDE
Complementary color
Monochromatic Colors of #159CDE
Black with #159CDE
Text Example
Text Example
White with #159CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159CDE; }
p { color: rgb(21,156,222); }
H1.HeaderClassName
{
color: #159CDE;
}
.AnyTagClassName
{
color: #159CDE;
}
</style>
background-color css
<style>
a { background-color: #159CDE; }
a { background-color: rgb(21,156,222); }
div.DivClassName
{
background-color: #159CDE;
}
.BgClassName
{
background-color: #159CDE;
}
</style>
border-color css
<style>
span { border-color: #159CDE; }
span { border-color: rgb(21,156,222); }
td.TdClassName
{
border-color: #159CDE;
}
.TagClassName
{
border-color: #159CDE;
}
</style>