#0896D9

Color #0896D9 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0896D9

Tints of Pacific Blue #0896D9

Color information

#0896D9 (or 0x0896D9) is unknown color: approx Pacific Blue. HEX triplet: 08, 96 and D9. RGB value is (8,150,217). Sum of RGB (Red+Green+Blue) = 8+150+217=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 150 (58.98% from 255 or 40% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #0896D9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896D9 is #F76926. Grayscale: #727272. Windows color (decimal): -16214311 or 14259720. OLE color: 14259720.

HSL color Cylindrical-coordinate representation of color #0896D9: hue angle of 199.23º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0896D9 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8150217-
CMYK0.960.3100.15
HSL199.23º92.89%44.12%-
HSV(B)199.23º96.31%85.1%-
XYZ23.5326.8769.59-
YUV115.18185.4651.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 8 (3.52% from 255) = 2.13%
GREEN value IS 150 (58.98% from 255) = 40%
BLUE value IS 217 (85.16% from 255) = 57.87%
R=2.13%
G=40%
B=57.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal81502170.960.3100.15199.2392.8944.12
Hex896D9601F0Fc75d2c
Octal102263311403701730713554
Binary1000100101101101100111000001111101111110001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0896D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0896D9; }

 p { color: rgb(8,150,217); }

 H1.HeaderClassName
 {
   color: #0896D9;
 }
 .AnyTagClassName
 {
   color: #0896D9;
 }
</style>
background-color css

<style>
 a { background-color: #0896D9; }

 a { background-color: rgb(8,150,217); }

 div.DivClassName
 {
   background-color: #0896D9;
 }
 .BgClassName
 {
   background-color: #0896D9;
 }
</style>
border-color css

<style>
 span { border-color: #0896D9; }

 span { border-color: rgb(8,150,217); }

 td.TdClassName
 {
   border-color: #0896D9;
 }
 .TagClassName
 {
   border-color: #0896D9;
 }
</style>