Shades of Pacific Blue #028ACD
Tints of Pacific Blue #028ACD
RGB
CMYK
RGB Variations
Color information
#028ACD (or 0x028ACD) is known color: Pacific Blue. HEX triplet: 02, 8A and CD. RGB value is (2,138,205). Sum of RGB (Red+Green+Blue) = 2+138+205=345 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 205 (80.47% from 255 or 59.42% from 345); Max value from RGB is 205 - color contains mainly: blue. Hex color #028ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ACD is #FD7532. Grayscale: #686868. Windows color (decimal): -16610611 or 13470210. OLE color: 13470210.
HSL color Cylindrical-coordinate representation of color #028ACD: hue angle of 199.8º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028ACD is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 138 | 205 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.20 |
| HSL | 199.8º | 0.98% | 0.41% | - |
| HSV(B) | 199.8º | 0.99% | 0.8% | - |
| XYZ | 20.13 | 22.6 | 61.06 | - |
| YUV | 104.97 | 184.44 | 54.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 205 | 0.99 | 0.33 | 0 | 0.20 | 199.8 | 0.98 | 0.41 |
| Hex | 2 | 8A | CD | 63 | 21 | 0 | 14 | C8 | 62 | 29 |
| Octal | 2 | 212 | 315 | 143 | 41 | 0 | 24 | 310 | 142 | 51 |
| Binary | 10 | 10001010 | 11001101 | 1100011 | 100001 | 0 | 10100 | 11001000 | 1100010 | 101001 |
Color Harmonies of #028ACD
Complementary color
Monochromatic Colors of #028ACD
Black with #028ACD
Text Example
Text Example
White with #028ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028ACD; }
p { color: rgb(2,138,205); }
H1.HeaderClassName
{
color: #028ACD;
}
.AnyTagClassName
{
color: #028ACD;
}
</style>
background-color css
<style>
a { background-color: #028ACD; }
a { background-color: rgb(2,138,205); }
div.DivClassName
{
background-color: #028ACD;
}
.BgClassName
{
background-color: #028ACD;
}
</style>
border-color css
<style>
span { border-color: #028ACD; }
span { border-color: rgb(2,138,205); }
td.TdClassName
{
border-color: #028ACD;
}
.TagClassName
{
border-color: #028ACD;
}
</style>