Shades of Pacific Blue #088DD6
Tints of Pacific Blue #088DD6
RGB
CMYK
RGB Variations
Color information
#088DD6 (or 0x088DD6) is known color: Pacific Blue. HEX triplet: 08, 8D and D6. RGB value is (8,141,214). Sum of RGB (Red+Green+Blue) = 8+141+214=363 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.20% from 363); Green value is 141 (55.47% from 255 or 38.84% from 363); Blue value is 214 (83.98% from 255 or 58.95% from 363); Max value from RGB is 214 - color contains mainly: blue. Hex color #088DD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088DD6 is #F77229. Grayscale: #6D6D6D. Windows color (decimal): -16216618 or 14060808. OLE color: 14060808.
HSL color Cylindrical-coordinate representation of color #088DD6: hue angle of 201.26º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088DD6 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 141 | 214 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.16 |
| HSL | 201.26º | 0.93% | 0.44% | - |
| HSV(B) | 201.26º | 0.96% | 0.84% | - |
| XYZ | 21.76 | 23.96 | 67.1 | - |
| YUV | 109.56 | 186.94 | 55.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 141 | 214 | 0.96 | 0.34 | 0 | 0.16 | 201.26 | 0.93 | 0.44 |
| Hex | 8 | 8D | D6 | 60 | 22 | 0 | 10 | C9 | 5D | 2C |
| Octal | 10 | 215 | 326 | 140 | 42 | 0 | 20 | 311 | 135 | 54 |
| Binary | 1000 | 10001101 | 11010110 | 1100000 | 100010 | 0 | 10000 | 11001001 | 1011101 | 101100 |
Color Harmonies of #088DD6
Complementary color
Monochromatic Colors of #088DD6
Black with #088DD6
Text Example
Text Example
White with #088DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088DD6; }
p { color: rgb(8,141,214); }
H1.HeaderClassName
{
color: #088DD6;
}
.AnyTagClassName
{
color: #088DD6;
}
</style>
background-color css
<style>
a { background-color: #088DD6; }
a { background-color: rgb(8,141,214); }
div.DivClassName
{
background-color: #088DD6;
}
.BgClassName
{
background-color: #088DD6;
}
</style>
border-color css
<style>
span { border-color: #088DD6; }
span { border-color: rgb(8,141,214); }
td.TdClassName
{
border-color: #088DD6;
}
.TagClassName
{
border-color: #088DD6;
}
</style>