Shades of Pacific Blue #07A1BE
Tints of Pacific Blue #07A1BE
RGB
CMYK
RGB Variations
Color information
#07A1BE (or 0x07A1BE) is known color: Pacific Blue. HEX triplet: 07, A1 and BE. RGB value is (7,161,190). Sum of RGB (Red+Green+Blue) = 7+161+190=358 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.96% from 358); Green value is 161 (63.28% from 255 or 44.97% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #07A1BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #07A1BE is #F85E41. Grayscale: #757575. Windows color (decimal): -16277058 or 12493063. OLE color: 12493063.
HSL color Cylindrical-coordinate representation of color #07A1BE: hue angle of 189.51º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A1BE is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 161 | 190 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.25 |
| HSL | 189.51º | 0.93% | 0.39% | - |
| HSV(B) | 189.51º | 0.96% | 0.75% | - |
| XYZ | 22.13 | 29.25 | 53.2 | - |
| YUV | 118.26 | 168.48 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 161 | 190 | 0.96 | 0.15 | 0 | 0.25 | 189.51 | 0.93 | 0.39 |
| Hex | 7 | A1 | BE | 60 | F | 0 | 19 | BE | 5D | 27 |
| Octal | 7 | 241 | 276 | 140 | 17 | 0 | 31 | 276 | 135 | 47 |
| Binary | 111 | 10100001 | 10111110 | 1100000 | 1111 | 0 | 11001 | 10111110 | 1011101 | 100111 |
Color Harmonies of #07A1BE
Complementary color
Monochromatic Colors of #07A1BE
Black with #07A1BE
Text Example
Text Example
White with #07A1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A1BE; }
p { color: rgb(7,161,190); }
H1.HeaderClassName
{
color: #07A1BE;
}
.AnyTagClassName
{
color: #07A1BE;
}
</style>
background-color css
<style>
a { background-color: #07A1BE; }
a { background-color: rgb(7,161,190); }
div.DivClassName
{
background-color: #07A1BE;
}
.BgClassName
{
background-color: #07A1BE;
}
</style>
border-color css
<style>
span { border-color: #07A1BE; }
span { border-color: rgb(7,161,190); }
td.TdClassName
{
border-color: #07A1BE;
}
.TagClassName
{
border-color: #07A1BE;
}
</style>