Shades of Pacific Blue #088FDD
Tints of Pacific Blue #088FDD
RGB
CMYK
RGB Variations
Color information
#088FDD (or 0x088FDD) is known color: Pacific Blue. HEX triplet: 08, 8F and DD. RGB value is (8,143,221). Sum of RGB (Red+Green+Blue) = 8+143+221=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 143 (56.25% from 255 or 38.44% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #088FDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FDD is #F77022. Grayscale: #6F6F6F. Windows color (decimal): -16216099 or 14520072. OLE color: 14520072.
HSL color Cylindrical-coordinate representation of color #088FDD: hue angle of 201.97º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FDD is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 143 | 221 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.13 |
| HSL | 201.97º | 0.93% | 0.45% | - |
| HSV(B) | 201.97º | 0.96% | 0.87% | - |
| XYZ | 22.97 | 24.92 | 72.01 | - |
| YUV | 111.53 | 189.77 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 221 | 0.96 | 0.35 | 0 | 0.13 | 201.97 | 0.93 | 0.45 |
| Hex | 8 | 8F | DD | 60 | 23 | 0 | D | CA | 5D | 2D |
| Octal | 10 | 217 | 335 | 140 | 43 | 0 | 15 | 312 | 135 | 55 |
| Binary | 1000 | 10001111 | 11011101 | 1100000 | 100011 | 0 | 1101 | 11001010 | 1011101 | 101101 |
Color Harmonies of #088FDD
Complementary color
Monochromatic Colors of #088FDD
Black with #088FDD
Text Example
Text Example
White with #088FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FDD; }
p { color: rgb(8,143,221); }
H1.HeaderClassName
{
color: #088FDD;
}
.AnyTagClassName
{
color: #088FDD;
}
</style>
background-color css
<style>
a { background-color: #088FDD; }
a { background-color: rgb(8,143,221); }
div.DivClassName
{
background-color: #088FDD;
}
.BgClassName
{
background-color: #088FDD;
}
</style>
border-color css
<style>
span { border-color: #088FDD; }
span { border-color: rgb(8,143,221); }
td.TdClassName
{
border-color: #088FDD;
}
.TagClassName
{
border-color: #088FDD;
}
</style>