Shades of Pacific Blue #159DDE
Tints of Pacific Blue #159DDE
RGB
CMYK
RGB Variations
Color information
#159DDE (or 0x159DDE) is known color: Pacific Blue. HEX triplet: 15, 9D and DE. RGB value is (21,157,222). Sum of RGB (Red+Green+Blue) = 21+157+222=400 (52% of max value = 765). Red value is 21 (8.59% from 255 or 5.25% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #159DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #159DDE is #EA6221. Grayscale: #7B7B7B. Windows color (decimal): -15360546 or 14589205. OLE color: 14589205.
HSL color Cylindrical-coordinate representation of color #159DDE: hue angle of 199.4º 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 #159DDE is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 157 | 222 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.13 |
| HSL | 199.4º | 0.83% | 0.48% | - |
| HSV(B) | 199.4º | 0.91% | 0.87% | - |
| XYZ | 25.55 | 29.55 | 73.46 | - |
| YUV | 123.75 | 183.44 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 157 | 222 | 0.91 | 0.29 | 0 | 0.13 | 199.4 | 0.83 | 0.48 |
| Hex | 15 | 9D | DE | 5B | 1D | 0 | D | C7 | 53 | 30 |
| Octal | 25 | 235 | 336 | 133 | 35 | 0 | 15 | 307 | 123 | 60 |
| Binary | 10101 | 10011101 | 11011110 | 1011011 | 11101 | 0 | 1101 | 11000111 | 1010011 | 110000 |
Color Harmonies of #159DDE
Complementary color
Monochromatic Colors of #159DDE
Black with #159DDE
Text Example
Text Example
White with #159DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #159DDE; }
p { color: rgb(21,157,222); }
H1.HeaderClassName
{
color: #159DDE;
}
.AnyTagClassName
{
color: #159DDE;
}
</style>
background-color css
<style>
a { background-color: #159DDE; }
a { background-color: rgb(21,157,222); }
div.DivClassName
{
background-color: #159DDE;
}
.BgClassName
{
background-color: #159DDE;
}
</style>
border-color css
<style>
span { border-color: #159DDE; }
span { border-color: rgb(21,157,222); }
td.TdClassName
{
border-color: #159DDE;
}
.TagClassName
{
border-color: #159DDE;
}
</style>