Shades of Pacific Blue #01A6C3
Tints of Pacific Blue #01A6C3
RGB
CMYK
RGB Variations
Color information
#01A6C3 (or 0x01A6C3) is known color: Pacific Blue. HEX triplet: 01, A6 and C3. RGB value is (1,166,195). Sum of RGB (Red+Green+Blue) = 1+166+195=362 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #01A6C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A6C3 is #FE593C. Grayscale: #777777. Windows color (decimal): -16668989 or 12822017. OLE color: 12822017.
HSL color Cylindrical-coordinate representation of color #01A6C3: hue angle of 188.97º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A6C3 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 1 | 166 | 195 | - |
| CMYK | 0.99 | 0.15 | 0 | 0.24 |
| HSL | 188.97º | 0.99% | 0.38% | - |
| HSV(B) | 188.97º | 0.99% | 0.76% | - |
| XYZ | 23.5 | 31.22 | 56.42 | - |
| YUV | 119.97 | 170.34 | 43.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 166 | 195 | 0.99 | 0.15 | 0 | 0.24 | 188.97 | 0.99 | 0.38 |
| Hex | 1 | A6 | C3 | 63 | F | 0 | 18 | BD | 63 | 26 |
| Octal | 1 | 246 | 303 | 143 | 17 | 0 | 30 | 275 | 143 | 46 |
| Binary | 1 | 10100110 | 11000011 | 1100011 | 1111 | 0 | 11000 | 10111101 | 1100011 | 100110 |
Color Harmonies of #01A6C3
Complementary color
Monochromatic Colors of #01A6C3
Black with #01A6C3
Text Example
Text Example
White with #01A6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01A6C3; }
p { color: rgb(1,166,195); }
H1.HeaderClassName
{
color: #01A6C3;
}
.AnyTagClassName
{
color: #01A6C3;
}
</style>
background-color css
<style>
a { background-color: #01A6C3; }
a { background-color: rgb(1,166,195); }
div.DivClassName
{
background-color: #01A6C3;
}
.BgClassName
{
background-color: #01A6C3;
}
</style>
border-color css
<style>
span { border-color: #01A6C3; }
span { border-color: rgb(1,166,195); }
td.TdClassName
{
border-color: #01A6C3;
}
.TagClassName
{
border-color: #01A6C3;
}
</style>