#0897DB

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

Shades of Pacific Blue #0897DB

Tints of Pacific Blue #0897DB

Color information

#0897DB (or 0x0897DB) is unknown color: approx Pacific Blue. HEX triplet: 08, 97 and DB. RGB value is (8,151,219). Sum of RGB (Red+Green+Blue) = 8+151+219=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 219 (85.94% from 255 or 57.94% from 378); Max value from RGB is 219 - color contains mainly: blue. Hex color #0897DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0897DB is #F76824. Grayscale: #737373. Windows color (decimal): -16214053 or 14391048. OLE color: 14391048.

HSL color Cylindrical-coordinate representation of color #0897DB: hue angle of 199.34º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0897DB is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB8151219-
CMYK0.960.3100.14
HSL199.34º92.95%44.51%-
HSV(B)199.34º96.35%85.88%-
XYZ23.9527.371.02-
YUV116186.1250.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.12%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 219 (85.94% from 255) = 57.94%
R=2.12%
G=39.95%
B=57.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal81512190.960.3100.14199.3492.9544.51
Hex897DB601F0Ec75d2d
Octal102273331403701630713555
Binary1000100101111101101111000001111101110110001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0897DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0897DB; }

 p { color: rgb(8,151,219); }

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

<style>
 a { background-color: #0897DB; }

 a { background-color: rgb(8,151,219); }

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

<style>
 span { border-color: #0897DB; }

 span { border-color: rgb(8,151,219); }

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