Shades of Pacific Blue #0883CA
Tints of Pacific Blue #0883CA
RGB
CMYK
RGB Variations
Color information
#0883CA (or 0x0883CA) is known color: Pacific Blue. HEX triplet: 08, 83 and CA. RGB value is (8,131,202). Sum of RGB (Red+Green+Blue) = 8+131+202=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 202 (79.30% from 255 or 59.24% from 341); Max value from RGB is 202 - color contains mainly: blue. Hex color #0883CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0883CA is #F77C35. Grayscale: #656565. Windows color (decimal): -16219190 or 13271816. OLE color: 13271816.
HSL color Cylindrical-coordinate representation of color #0883CA: hue angle of 201.96º 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 #0883CA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 131 | 202 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.21 |
| HSL | 201.96º | 0.92% | 0.41% | - |
| HSV(B) | 201.96º | 0.96% | 0.79% | - |
| XYZ | 18.88 | 20.55 | 58.85 | - |
| YUV | 102.32 | 184.25 | 60.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 131 | 202 | 0.96 | 0.35 | 0 | 0.21 | 201.96 | 0.92 | 0.41 |
| Hex | 8 | 83 | CA | 60 | 23 | 0 | 15 | CA | 5C | 29 |
| Octal | 10 | 203 | 312 | 140 | 43 | 0 | 25 | 312 | 134 | 51 |
| Binary | 1000 | 10000011 | 11001010 | 1100000 | 100011 | 0 | 10101 | 11001010 | 1011100 | 101001 |
Color Harmonies of #0883CA
Complementary color
Monochromatic Colors of #0883CA
Black with #0883CA
Text Example
Text Example
White with #0883CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0883CA; }
p { color: rgb(8,131,202); }
H1.HeaderClassName
{
color: #0883CA;
}
.AnyTagClassName
{
color: #0883CA;
}
</style>
background-color css
<style>
a { background-color: #0883CA; }
a { background-color: rgb(8,131,202); }
div.DivClassName
{
background-color: #0883CA;
}
.BgClassName
{
background-color: #0883CA;
}
</style>
border-color css
<style>
span { border-color: #0883CA; }
span { border-color: rgb(8,131,202); }
td.TdClassName
{
border-color: #0883CA;
}
.TagClassName
{
border-color: #0883CA;
}
</style>