Shades of Pacific Blue #07A1CD
Tints of Pacific Blue #07A1CD
RGB
CMYK
RGB Variations
Color information
#07A1CD (or 0x07A1CD) is known color: Pacific Blue. HEX triplet: 07, A1 and CD. RGB value is (7,161,205). Sum of RGB (Red+Green+Blue) = 7+161+205=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #07A1CD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A1CD is #F85E32. Grayscale: #777777. Windows color (decimal): -16277043 or 13476103. OLE color: 13476103.
HSL color Cylindrical-coordinate representation of color #07A1CD: hue angle of 193.33º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07A1CD is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 161 | 205 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.20 |
| HSL | 193.33º | 0.93% | 0.42% | - |
| HSV(B) | 193.33º | 0.97% | 0.8% | - |
| XYZ | 23.85 | 29.94 | 62.28 | - |
| YUV | 119.97 | 175.98 | 47.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 205 | 0.97 | 0.21 | 0 | 0.20 | 193.33 | 0.93 | 0.42 |
| Hex | 7 | A1 | CD | 61 | 15 | 0 | 14 | C1 | 5D | 2A |
| Octal | 7 | 241 | 315 | 141 | 25 | 0 | 24 | 301 | 135 | 52 |
| Binary | 111 | 10100001 | 11001101 | 1100001 | 10101 | 0 | 10100 | 11000001 | 1011101 | 101010 |
Color Harmonies of #07A1CD
Complementary color
Monochromatic Colors of #07A1CD
Black with #07A1CD
Text Example
Text Example
White with #07A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A1CD; }
p { color: rgb(7,161,205); }
H1.HeaderClassName
{
color: #07A1CD;
}
.AnyTagClassName
{
color: #07A1CD;
}
</style>
background-color css
<style>
a { background-color: #07A1CD; }
a { background-color: rgb(7,161,205); }
div.DivClassName
{
background-color: #07A1CD;
}
.BgClassName
{
background-color: #07A1CD;
}
</style>
border-color css
<style>
span { border-color: #07A1CD; }
span { border-color: rgb(7,161,205); }
td.TdClassName
{
border-color: #07A1CD;
}
.TagClassName
{
border-color: #07A1CD;
}
</style>