Shades of Pacific Blue #009CE3
Tints of Pacific Blue #009CE3
RGB
CMYK
RGB Variations
Color information
#009CE3 (or 0x009CE3) is known color: Pacific Blue. HEX triplet: 00, 9C and E3. RGB value is (0,156,227). Sum of RGB (Red+Green+Blue) = 0+156+227=383 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 383); Green value is 156 (61.33% from 255 or 40.73% from 383); Blue value is 227 (89.06% from 255 or 59.27% from 383); Max value from RGB is 227 - color contains mainly: blue. Hex color #009CE3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009CE3 is #FF631C. Grayscale: #757575. Windows color (decimal): -16737053 or 14916608. OLE color: 14916608.
HSL color Cylindrical-coordinate representation of color #009CE3: hue angle of 198.77º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009CE3 is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 156 | 227 | - |
| CMYK | 1 | 0.31 | 0 | 0.11 |
| HSL | 198.77º | 1% | 0.45% | - |
| HSV(B) | 198.77º | 1% | 0.89% | - |
| XYZ | 25.75 | 29.32 | 76.98 | - |
| YUV | 117.45 | 189.82 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 156 | 227 | 1 | 0.31 | 0 | 0.11 | 198.77 | 1 | 0.45 |
| Hex | 0 | 9C | E3 | 64 | 1F | 0 | B | C7 | 64 | 2D |
| Octal | 0 | 234 | 343 | 144 | 37 | 0 | 13 | 307 | 144 | 55 |
| Binary | 0 | 10011100 | 11100011 | 1100100 | 11111 | 0 | 1011 | 11000111 | 1100100 | 101101 |
Color Harmonies of #009CE3
Complementary color
Monochromatic Colors of #009CE3
Black with #009CE3
Text Example
Text Example
White with #009CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #009CE3; }
p { color: rgb(0,156,227); }
H1.HeaderClassName
{
color: #009CE3;
}
.AnyTagClassName
{
color: #009CE3;
}
</style>
background-color css
<style>
a { background-color: #009CE3; }
a { background-color: rgb(0,156,227); }
div.DivClassName
{
background-color: #009CE3;
}
.BgClassName
{
background-color: #009CE3;
}
</style>
border-color css
<style>
span { border-color: #009CE3; }
span { border-color: rgb(0,156,227); }
td.TdClassName
{
border-color: #009CE3;
}
.TagClassName
{
border-color: #009CE3;
}
</style>