Shades of Pacific Blue #0893E0
Tints of Pacific Blue #0893E0
RGB
CMYK
RGB Variations
Color information
#0893E0 (or 0x0893E0) is known color: Pacific Blue. HEX triplet: 08, 93 and E0. RGB value is (8,147,224). Sum of RGB (Red+Green+Blue) = 8+147+224=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 224 (87.89% from 255 or 59.10% from 379); Max value from RGB is 224 - color contains mainly: blue. Hex color #0893E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0893E0 is #F76C1F. Grayscale: #717171. Windows color (decimal): -16215072 or 14717704. OLE color: 14717704.
HSL color Cylindrical-coordinate representation of color #0893E0: hue angle of 201.39º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0893E0 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 147 | 224 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.12 |
| HSL | 201.39º | 0.93% | 0.45% | - |
| HSV(B) | 201.39º | 0.96% | 0.88% | - |
| XYZ | 23.99 | 26.3 | 74.33 | - |
| YUV | 114.22 | 189.95 | 52.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 147 | 224 | 0.96 | 0.34 | 0 | 0.12 | 201.39 | 0.93 | 0.45 |
| Hex | 8 | 93 | E0 | 60 | 22 | 0 | C | C9 | 5D | 2D |
| Octal | 10 | 223 | 340 | 140 | 42 | 0 | 14 | 311 | 135 | 55 |
| Binary | 1000 | 10010011 | 11100000 | 1100000 | 100010 | 0 | 1100 | 11001001 | 1011101 | 101101 |
Color Harmonies of #0893E0
Complementary color
Monochromatic Colors of #0893E0
Black with #0893E0
Text Example
Text Example
White with #0893E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0893E0; }
p { color: rgb(8,147,224); }
H1.HeaderClassName
{
color: #0893E0;
}
.AnyTagClassName
{
color: #0893E0;
}
</style>
background-color css
<style>
a { background-color: #0893E0; }
a { background-color: rgb(8,147,224); }
div.DivClassName
{
background-color: #0893E0;
}
.BgClassName
{
background-color: #0893E0;
}
</style>
border-color css
<style>
span { border-color: #0893E0; }
span { border-color: rgb(8,147,224); }
td.TdClassName
{
border-color: #0893E0;
}
.TagClassName
{
border-color: #0893E0;
}
</style>