Shades of Pacific Blue #088AD5
Tints of Pacific Blue #088AD5
RGB
CMYK
RGB Variations
Color information
#088AD5 (or 0x088AD5) is known color: Pacific Blue. HEX triplet: 08, 8A and D5. RGB value is (8,138,213). Sum of RGB (Red+Green+Blue) = 8+138+213=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 213 (83.59% from 255 or 59.33% from 359); Max value from RGB is 213 - color contains mainly: blue. Hex color #088AD5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088AD5 is #F7752A. Grayscale: #6B6B6B. Windows color (decimal): -16217387 or 13994504. OLE color: 13994504.
HSL color Cylindrical-coordinate representation of color #088AD5: hue angle of 201.95º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088AD5 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 138 | 213 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.16 |
| HSL | 201.95º | 0.93% | 0.43% | - |
| HSV(B) | 201.95º | 0.96% | 0.84% | - |
| XYZ | 21.2 | 23.03 | 66.28 | - |
| YUV | 107.68 | 187.43 | 56.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 213 | 0.96 | 0.35 | 0 | 0.16 | 201.95 | 0.93 | 0.43 |
| Hex | 8 | 8A | D5 | 60 | 23 | 0 | 10 | CA | 5D | 2B |
| Octal | 10 | 212 | 325 | 140 | 43 | 0 | 20 | 312 | 135 | 53 |
| Binary | 1000 | 10001010 | 11010101 | 1100000 | 100011 | 0 | 10000 | 11001010 | 1011101 | 101011 |
Color Harmonies of #088AD5
Complementary color
Monochromatic Colors of #088AD5
Black with #088AD5
Text Example
Text Example
White with #088AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088AD5; }
p { color: rgb(8,138,213); }
H1.HeaderClassName
{
color: #088AD5;
}
.AnyTagClassName
{
color: #088AD5;
}
</style>
background-color css
<style>
a { background-color: #088AD5; }
a { background-color: rgb(8,138,213); }
div.DivClassName
{
background-color: #088AD5;
}
.BgClassName
{
background-color: #088AD5;
}
</style>
border-color css
<style>
span { border-color: #088AD5; }
span { border-color: rgb(8,138,213); }
td.TdClassName
{
border-color: #088AD5;
}
.TagClassName
{
border-color: #088AD5;
}
</style>