Html Css Color HEX #0096DB Pacific Blue

📋 copy color: '#0096DB'

red 0 ◦ green 150 ◦ blue 219

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

Shades of Pacific Blue #0096DB

Tints of Pacific Blue #0096DB

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 40.65%
B = 59.35%

CMYK

 C value IS 1

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0096DB (or 0x0096DB) is known color: Pacific Blue. HEX triplet: 00, 96 and DB. RGB value is (0,150,219). Sum of RGB (Red+Green+Blue) = 0+150+219=369 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #0096DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0096DB is #FF6924. Grayscale: #707070. Windows color (decimal): -16738597 or 14390784. OLE color: 14390784.

HSL color Cylindrical-coordinate representation of color #0096DB: hue angle of 198.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0096DB is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 150 219 -
CMYK 1 0.32 0 0.14
HSL 198.9º 1% 0.43% -
HSV(B) 198.9º 1% 0.86% -
XYZ 23.69 26.93 70.97 -
YUV 113.02 187.81 47.39 -
System Red Green Blue C M Y K H S L
Decimal 0 150 219 1 0.32 0 0.14 198.9 1 0.43
Hex 0 96 DB 64 20 0 E C7 64 2B
Octal 0 226 333 144 40 0 16 307 144 53
Binary 0 10010110 11011011 1100100 100000 0 1110 11000111 1100100 101011

Color Harmonies of #0096DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0096DB

Black with #0096DB

Text Example


Text Example

White with #0096DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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