Shades of Pacific Blue #01A8CF
Tints of Pacific Blue #01A8CF
RGB
CMYK
RGB Variations
Color information
#01A8CF (or 0x01A8CF) is known color: Pacific Blue. HEX triplet: 01, A8 and CF. RGB value is (1,168,207). Sum of RGB (Red+Green+Blue) = 1+168+207=376 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 207 (81.25% from 255 or 55.05% from 376); Max value from RGB is 207 - color contains mainly: blue. Hex color #01A8CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8CF is #FE5730. Grayscale: #7A7A7A. Windows color (decimal): -16668465 or 13608961. OLE color: 13608961.
HSL color Cylindrical-coordinate representation of color #01A8CF: hue angle of 191.36º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A8CF is Cyan = 1.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 168 | 207 | - |
| CMYK | 1.00 | 0.19 | 0 | 0.19 |
| HSL | 191.36º | 0.99% | 0.41% | - |
| HSV(B) | 191.36º | 1% | 0.81% | - |
| XYZ | 25.28 | 32.52 | 63.98 | - |
| YUV | 122.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 168 | 207 | 1.00 | 0.19 | 0 | 0.19 | 191.36 | 0.99 | 0.41 |
| Hex | 1 | A8 | CF | 64 | 13 | 0 | 13 | BF | 63 | 29 |
| Octal | 1 | 250 | 317 | 144 | 23 | 0 | 23 | 277 | 143 | 51 |
| Binary | 1 | 10101000 | 11001111 | 1100100 | 10011 | 0 | 10011 | 10111111 | 1100011 | 101001 |
Color Harmonies of #01A8CF
Complementary color
Monochromatic Colors of #01A8CF
Black with #01A8CF
Text Example
Text Example
White with #01A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A8CF; }
p { color: rgb(1,168,207); }
H1.HeaderClassName
{
color: #01A8CF;
}
.AnyTagClassName
{
color: #01A8CF;
}
</style>
background-color css
<style>
a { background-color: #01A8CF; }
a { background-color: rgb(1,168,207); }
div.DivClassName
{
background-color: #01A8CF;
}
.BgClassName
{
background-color: #01A8CF;
}
</style>
border-color css
<style>
span { border-color: #01A8CF; }
span { border-color: rgb(1,168,207); }
td.TdClassName
{
border-color: #01A8CF;
}
.TagClassName
{
border-color: #01A8CF;
}
</style>