Html Css Color HEX #0897DB Pacific Blue

📋 copy color: '#0897DB'

red 8 ◦ green 151 ◦ blue 219

#0897DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0897DB

Tints of Pacific Blue #0897DB

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 value IS 0.96

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0897DB (or 0x0897DB) is known color: 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

RGB 8 151 219 -
CMYK 0.96 0.31 0 0.14
HSL 199.34º 0.93% 0.45% -
HSV(B) 199.34º 0.96% 0.86% -
XYZ 23.95 27.3 71.02 -
YUV 116 186.12 50.97 -
System Red Green Blue C M Y K H S L
Decimal 8 151 219 0.96 0.31 0 0.14 199.34 0.93 0.45
Hex 8 97 DB 60 1F 0 E C7 5D 2D
Octal 10 227 333 140 37 0 16 307 135 55
Binary 1000 10010111 11011011 1100000 11111 0 1110 11000111 1011101 101101

Color Harmonies of #0897DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0897DB

Black with #0897DB

Text Example


Text Example

White with #0897DB

Text Example


Text Example

HTML Codes & Css Web 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>