Html Css Color HEX #0896DB Pacific Blue

📋 copy color: '#0896DB'

red 8 ◦ green 150 ◦ blue 219

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

Shades of Pacific Blue #0896DB

Tints of Pacific Blue #0896DB

RGB

 RED value IS 8 (3.52% from 255) = 2.12%

 GREEN value IS 150 (58.98% from 255) = 39.79%

 BLUE value IS 219 (85.94% from 255) = 58.09%

R = 2.12%
G = 39.79%
B = 58.09%

CMYK

 C value IS 0.96

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0896DB (or 0x0896DB) is known color: Pacific Blue. HEX triplet: 08, 96 and DB. RGB value is (8,150,219). Sum of RGB (Red+Green+Blue) = 8+150+219=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 219 (85.94% from 255 or 58.09% from 377); Max value from RGB is 219 - color contains mainly: blue. Hex color #0896DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0896DB is #F76924. Grayscale: #727272. Windows color (decimal): -16214309 or 14390792. OLE color: 14390792.

HSL color Cylindrical-coordinate representation of color #0896DB: hue angle of 199.62º 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 #0896DB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 150 219 -
CMYK 0.96 0.32 0 0.14
HSL 199.62º 0.93% 0.45% -
HSV(B) 199.62º 0.96% 0.86% -
XYZ 23.79 26.98 70.97 -
YUV 115.41 186.46 51.39 -
System Red Green Blue C M Y K H S L
Decimal 8 150 219 0.96 0.32 0 0.14 199.62 0.93 0.45
Hex 8 96 DB 60 20 0 E C8 5D 2D
Octal 10 226 333 140 40 0 16 310 135 55
Binary 1000 10010110 11011011 1100000 100000 0 1110 11001000 1011101 101101

Color Harmonies of #0896DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0896DB

Black with #0896DB

Text Example


Text Example

White with #0896DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0896DB;
 }
 .AnyTagClassName
 {
   color: #0896DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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