Shades of Pacific Blue #04A1CD
Tints of Pacific Blue #04A1CD
RGB
CMYK
RGB Variations
Color information
#04A1CD (or 0x04A1CD) is known color: Pacific Blue. HEX triplet: 04, A1 and CD. RGB value is (4,161,205). Sum of RGB (Red+Green+Blue) = 4+161+205=370 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #04A1CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A1CD is #FB5E32. Grayscale: #767676. Windows color (decimal): -16473651 or 13476100. OLE color: 13476100.
HSL color Cylindrical-coordinate representation of color #04A1CD: hue angle of 193.13º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1CD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 4 | 161 | 205 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.20 |
| HSL | 193.13º | 0.96% | 0.41% | - |
| HSV(B) | 193.13º | 0.98% | 0.8% | - |
| XYZ | 23.81 | 29.92 | 62.28 | - |
| YUV | 119.07 | 176.49 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 205 | 0.98 | 0.21 | 0 | 0.20 | 193.13 | 0.96 | 0.41 |
| Hex | 4 | A1 | CD | 62 | 15 | 0 | 14 | C1 | 60 | 29 |
| Octal | 4 | 241 | 315 | 142 | 25 | 0 | 24 | 301 | 140 | 51 |
| Binary | 100 | 10100001 | 11001101 | 1100010 | 10101 | 0 | 10100 | 11000001 | 1100000 | 101001 |
Color Harmonies of #04A1CD
Complementary color
Monochromatic Colors of #04A1CD
Black with #04A1CD
Text Example
Text Example
White with #04A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A1CD; }
p { color: rgb(4,161,205); }
H1.HeaderClassName
{
color: #04A1CD;
}
.AnyTagClassName
{
color: #04A1CD;
}
</style>
background-color css
<style>
a { background-color: #04A1CD; }
a { background-color: rgb(4,161,205); }
div.DivClassName
{
background-color: #04A1CD;
}
.BgClassName
{
background-color: #04A1CD;
}
</style>
border-color css
<style>
span { border-color: #04A1CD; }
span { border-color: rgb(4,161,205); }
td.TdClassName
{
border-color: #04A1CD;
}
.TagClassName
{
border-color: #04A1CD;
}
</style>