Shades of Pacific Blue #028ACF
Tints of Pacific Blue #028ACF
RGB
CMYK
RGB Variations
Color information
#028ACF (or 0x028ACF) is known color: Pacific Blue. HEX triplet: 02, 8A and CF. RGB value is (2,138,207). Sum of RGB (Red+Green+Blue) = 2+138+207=347 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #028ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #028ACF is #FD7530. Grayscale: #686868. Windows color (decimal): -16610609 or 13601282. OLE color: 13601282.
HSL color Cylindrical-coordinate representation of color #028ACF: hue angle of 200.2º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028ACF is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 138 | 207 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.19 |
| HSL | 200.2º | 0.98% | 0.41% | - |
| HSV(B) | 200.2º | 0.99% | 0.81% | - |
| XYZ | 20.38 | 22.69 | 62.34 | - |
| YUV | 105.2 | 185.44 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 138 | 207 | 0.99 | 0.33 | 0 | 0.19 | 200.2 | 0.98 | 0.41 |
| Hex | 2 | 8A | CF | 63 | 21 | 0 | 13 | C8 | 62 | 29 |
| Octal | 2 | 212 | 317 | 143 | 41 | 0 | 23 | 310 | 142 | 51 |
| Binary | 10 | 10001010 | 11001111 | 1100011 | 100001 | 0 | 10011 | 11001000 | 1100010 | 101001 |
Color Harmonies of #028ACF
Complementary color
Monochromatic Colors of #028ACF
Black with #028ACF
Text Example
Text Example
White with #028ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028ACF; }
p { color: rgb(2,138,207); }
H1.HeaderClassName
{
color: #028ACF;
}
.AnyTagClassName
{
color: #028ACF;
}
</style>
background-color css
<style>
a { background-color: #028ACF; }
a { background-color: rgb(2,138,207); }
div.DivClassName
{
background-color: #028ACF;
}
.BgClassName
{
background-color: #028ACF;
}
</style>
border-color css
<style>
span { border-color: #028ACF; }
span { border-color: rgb(2,138,207); }
td.TdClassName
{
border-color: #028ACF;
}
.TagClassName
{
border-color: #028ACF;
}
</style>