Html Css Color HEX #0890DB Pacific Blue

📋 copy color: '#0890DB'

red 8 ◦ green 144 ◦ blue 219

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

Shades of Pacific Blue #0890DB

Tints of Pacific Blue #0890DB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.81%

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

R = 2.16%
G = 38.81%
B = 59.03%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0890DB (or 0x0890DB) is known color: Pacific Blue. HEX triplet: 08, 90 and DB. RGB value is (8,144,219). Sum of RGB (Red+Green+Blue) = 8+144+219=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #0890DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0890DB is #F76F24. Grayscale: #6F6F6F. Windows color (decimal): -16215845 or 14389256. OLE color: 14389256.

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

Color convert

RGB 8 144 219 -
CMYK 0.96 0.34 0 0.14
HSL 201.33º 0.93% 0.45% -
HSV(B) 201.33º 0.96% 0.86% -
XYZ 22.86 25.11 70.66 -
YUV 111.89 188.44 53.9 -
System Red Green Blue C M Y K H S L
Decimal 8 144 219 0.96 0.34 0 0.14 201.33 0.93 0.45
Hex 8 90 DB 60 22 0 E C9 5D 2D
Octal 10 220 333 140 42 0 16 311 135 55
Binary 1000 10010000 11011011 1100000 100010 0 1110 11001001 1011101 101101

Color Harmonies of #0890DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0890DB

Black with #0890DB

Text Example


Text Example

White with #0890DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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