Shades of Pacific Blue #088ADC
Tints of Pacific Blue #088ADC
RGB
CMYK
RGB Variations
Color information
#088ADC (or 0x088ADC) is known color: Pacific Blue. HEX triplet: 08, 8A and DC. RGB value is (8,138,220). Sum of RGB (Red+Green+Blue) = 8+138+220=366 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.19% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 220 (86.33% from 255 or 60.11% from 366); Max value from RGB is 220 - color contains mainly: blue. Hex color #088ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ADC is #F77523. Grayscale: #6C6C6C. Windows color (decimal): -16217380 or 14453256. OLE color: 14453256.
HSL color Cylindrical-coordinate representation of color #088ADC: hue angle of 203.21º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ADC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 138 | 220 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.14 |
| HSL | 203.21º | 0.93% | 0.45% | - |
| HSV(B) | 203.21º | 0.96% | 0.86% | - |
| XYZ | 22.11 | 23.4 | 71.06 | - |
| YUV | 108.48 | 190.93 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 220 | 0.96 | 0.37 | 0 | 0.14 | 203.21 | 0.93 | 0.45 |
| Hex | 8 | 8A | DC | 60 | 25 | 0 | E | CB | 5D | 2D |
| Octal | 10 | 212 | 334 | 140 | 45 | 0 | 16 | 313 | 135 | 55 |
| Binary | 1000 | 10001010 | 11011100 | 1100000 | 100101 | 0 | 1110 | 11001011 | 1011101 | 101101 |
Color Harmonies of #088ADC
Complementary color
Monochromatic Colors of #088ADC
Black with #088ADC
Text Example
Text Example
White with #088ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088ADC; }
p { color: rgb(8,138,220); }
H1.HeaderClassName
{
color: #088ADC;
}
.AnyTagClassName
{
color: #088ADC;
}
</style>
background-color css
<style>
a { background-color: #088ADC; }
a { background-color: rgb(8,138,220); }
div.DivClassName
{
background-color: #088ADC;
}
.BgClassName
{
background-color: #088ADC;
}
</style>
border-color css
<style>
span { border-color: #088ADC; }
span { border-color: rgb(8,138,220); }
td.TdClassName
{
border-color: #088ADC;
}
.TagClassName
{
border-color: #088ADC;
}
</style>