Shades of Pacific Blue #05A3CE
Tints of Pacific Blue #05A3CE
RGB
CMYK
RGB Variations
Color information
#05A3CE (or 0x05A3CE) is known color: Pacific Blue. HEX triplet: 05, A3 and CE. RGB value is (5,163,206). Sum of RGB (Red+Green+Blue) = 5+163+206=374 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 374); Green value is 163 (64.06% from 255 or 43.58% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #05A3CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #05A3CE is #FA5C31. Grayscale: #787878. Windows color (decimal): -16407602 or 13542149. OLE color: 13542149.
HSL color Cylindrical-coordinate representation of color #05A3CE: hue angle of 192.84º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A3CE is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 5 | 163 | 206 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.19 |
| HSL | 192.84º | 0.95% | 0.41% | - |
| HSV(B) | 192.84º | 0.98% | 0.81% | - |
| XYZ | 24.3 | 30.68 | 63.03 | - |
| YUV | 120.66 | 176.15 | 45.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 163 | 206 | 0.98 | 0.21 | 0 | 0.19 | 192.84 | 0.95 | 0.41 |
| Hex | 5 | A3 | CE | 62 | 15 | 0 | 13 | C1 | 5F | 29 |
| Octal | 5 | 243 | 316 | 142 | 25 | 0 | 23 | 301 | 137 | 51 |
| Binary | 101 | 10100011 | 11001110 | 1100010 | 10101 | 0 | 10011 | 11000001 | 1011111 | 101001 |
Color Harmonies of #05A3CE
Complementary color
Monochromatic Colors of #05A3CE
Black with #05A3CE
Text Example
Text Example
White with #05A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05A3CE; }
p { color: rgb(5,163,206); }
H1.HeaderClassName
{
color: #05A3CE;
}
.AnyTagClassName
{
color: #05A3CE;
}
</style>
background-color css
<style>
a { background-color: #05A3CE; }
a { background-color: rgb(5,163,206); }
div.DivClassName
{
background-color: #05A3CE;
}
.BgClassName
{
background-color: #05A3CE;
}
</style>
border-color css
<style>
span { border-color: #05A3CE; }
span { border-color: rgb(5,163,206); }
td.TdClassName
{
border-color: #05A3CE;
}
.TagClassName
{
border-color: #05A3CE;
}
</style>