Shades of Pacific Blue #0893CA
Tints of Pacific Blue #0893CA
RGB
CMYK
RGB Variations
Color information
#0893CA (or 0x0893CA) is known color: Pacific Blue. HEX triplet: 08, 93 and CA. RGB value is (8,147,202). Sum of RGB (Red+Green+Blue) = 8+147+202=357 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.24% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 202 (79.30% from 255 or 56.58% from 357); Max value from RGB is 202 - color contains mainly: blue. Hex color #0893CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893CA is #F76C35. Grayscale: #6F6F6F. Windows color (decimal): -16215094 or 13275912. OLE color: 13275912.
HSL color Cylindrical-coordinate representation of color #0893CA: hue angle of 197.01º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0893CA is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 147 | 202 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.21 |
| HSL | 197.01º | 0.92% | 0.41% | - |
| HSV(B) | 197.01º | 0.96% | 0.79% | - |
| XYZ | 21.19 | 25.18 | 59.62 | - |
| YUV | 111.71 | 178.95 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 202 | 0.96 | 0.27 | 0 | 0.21 | 197.01 | 0.92 | 0.41 |
| Hex | 8 | 93 | CA | 60 | 1B | 0 | 15 | C5 | 5C | 29 |
| Octal | 10 | 223 | 312 | 140 | 33 | 0 | 25 | 305 | 134 | 51 |
| Binary | 1000 | 10010011 | 11001010 | 1100000 | 11011 | 0 | 10101 | 11000101 | 1011100 | 101001 |
Color Harmonies of #0893CA
Complementary color
Monochromatic Colors of #0893CA
Black with #0893CA
Text Example
Text Example
White with #0893CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0893CA; }
p { color: rgb(8,147,202); }
H1.HeaderClassName
{
color: #0893CA;
}
.AnyTagClassName
{
color: #0893CA;
}
</style>
background-color css
<style>
a { background-color: #0893CA; }
a { background-color: rgb(8,147,202); }
div.DivClassName
{
background-color: #0893CA;
}
.BgClassName
{
background-color: #0893CA;
}
</style>
border-color css
<style>
span { border-color: #0893CA; }
span { border-color: rgb(8,147,202); }
td.TdClassName
{
border-color: #0893CA;
}
.TagClassName
{
border-color: #0893CA;
}
</style>