Shades of Pacific Blue #089CDF
Tints of Pacific Blue #089CDF
RGB
CMYK
RGB Variations
Color information
#089CDF (or 0x089CDF) is known color: Pacific Blue. HEX triplet: 08, 9C and DF. RGB value is (8,156,223). Sum of RGB (Red+Green+Blue) = 8+156+223=387 (51% of max value = 765). Red value is 8 (3.52% from 255 or 2.07% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #089CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #089CDF is #F76320. Grayscale: #767676. Windows color (decimal): -16212769 or 14654472. OLE color: 14654472.
HSL color Cylindrical-coordinate representation of color #089CDF: hue angle of 198.7º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #089CDF is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 156 | 223 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.13 |
| HSL | 198.7º | 0.93% | 0.45% | - |
| HSV(B) | 198.7º | 0.96% | 0.87% | - |
| XYZ | 25.31 | 29.16 | 74.11 | - |
| YUV | 119.39 | 186.47 | 48.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 156 | 223 | 0.96 | 0.30 | 0 | 0.13 | 198.7 | 0.93 | 0.45 |
| Hex | 8 | 9C | DF | 60 | 1E | 0 | D | C7 | 5D | 2D |
| Octal | 10 | 234 | 337 | 140 | 36 | 0 | 15 | 307 | 135 | 55 |
| Binary | 1000 | 10011100 | 11011111 | 1100000 | 11110 | 0 | 1101 | 11000111 | 1011101 | 101101 |
Color Harmonies of #089CDF
Complementary color
Monochromatic Colors of #089CDF
Black with #089CDF
Text Example
Text Example
White with #089CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #089CDF; }
p { color: rgb(8,156,223); }
H1.HeaderClassName
{
color: #089CDF;
}
.AnyTagClassName
{
color: #089CDF;
}
</style>
background-color css
<style>
a { background-color: #089CDF; }
a { background-color: rgb(8,156,223); }
div.DivClassName
{
background-color: #089CDF;
}
.BgClassName
{
background-color: #089CDF;
}
</style>
border-color css
<style>
span { border-color: #089CDF; }
span { border-color: rgb(8,156,223); }
td.TdClassName
{
border-color: #089CDF;
}
.TagClassName
{
border-color: #089CDF;
}
</style>