Shades of Pacific Blue #05A8C3
Tints of Pacific Blue #05A8C3
RGB
CMYK
RGB Variations
Color information
#05A8C3 (or 0x05A8C3) is known color: Pacific Blue. HEX triplet: 05, A8 and C3. RGB value is (5,168,195). Sum of RGB (Red+Green+Blue) = 5+168+195=368 (48% of max value = 765). Red value is 5 (2.34% from 255 or 1.36% from 368); Green value is 168 (66.02% from 255 or 45.65% from 368); Blue value is 195 (76.56% from 255 or 52.99% from 368); Max value from RGB is 195 - color contains mainly: blue. Hex color #05A8C3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A8C3 is #FA573C. Grayscale: #7A7A7A. Windows color (decimal): -16406333 or 12822533. OLE color: 12822533.
HSL color Cylindrical-coordinate representation of color #05A8C3: hue angle of 188.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A8C3 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 5 | 168 | 195 | - |
| CMYK | 0.97 | 0.14 | 0 | 0.24 |
| HSL | 188.53º | 0.95% | 0.39% | - |
| HSV(B) | 188.53º | 0.97% | 0.76% | - |
| XYZ | 23.92 | 31.98 | 56.54 | - |
| YUV | 122.34 | 169 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 168 | 195 | 0.97 | 0.14 | 0 | 0.24 | 188.53 | 0.95 | 0.39 |
| Hex | 5 | A8 | C3 | 61 | E | 0 | 18 | BD | 5F | 27 |
| Octal | 5 | 250 | 303 | 141 | 16 | 0 | 30 | 275 | 137 | 47 |
| Binary | 101 | 10101000 | 11000011 | 1100001 | 1110 | 0 | 11000 | 10111101 | 1011111 | 100111 |
Color Harmonies of #05A8C3
Complementary color
Monochromatic Colors of #05A8C3
Black with #05A8C3
Text Example
Text Example
White with #05A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A8C3; }
p { color: rgb(5,168,195); }
H1.HeaderClassName
{
color: #05A8C3;
}
.AnyTagClassName
{
color: #05A8C3;
}
</style>
background-color css
<style>
a { background-color: #05A8C3; }
a { background-color: rgb(5,168,195); }
div.DivClassName
{
background-color: #05A8C3;
}
.BgClassName
{
background-color: #05A8C3;
}
</style>
border-color css
<style>
span { border-color: #05A8C3; }
span { border-color: rgb(5,168,195); }
td.TdClassName
{
border-color: #05A8C3;
}
.TagClassName
{
border-color: #05A8C3;
}
</style>