Html Css Color HEX #0090DB Pacific Blue

📋 copy color: '#0090DB'

red 0 ◦ green 144 ◦ blue 219

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

Shades of Pacific Blue #0090DB

Tints of Pacific Blue #0090DB

RGB

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

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

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

R = 0%
G = 39.67%
B = 60.33%

CMYK

 C value IS 1

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0090DB (or 0x0090DB) is known color: Pacific Blue. HEX triplet: 00, 90 and DB. RGB value is (0,144,219). Sum of RGB (Red+Green+Blue) = 0+144+219=363 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 363); Green value is 144 (56.64% from 255 or 39.67% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #0090DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090DB is #FF6F24. Grayscale: #6D6D6D. Windows color (decimal): -16740133 or 14389248. OLE color: 14389248.

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

Color convert

RGB 0 144 219 -
CMYK 1 0.34 0 0.14
HSL 200.55º 1% 0.43% -
HSV(B) 200.55º 1% 0.86% -
XYZ 22.76 25.06 70.66 -
YUV 109.49 189.79 49.9 -
System Red Green Blue C M Y K H S L
Decimal 0 144 219 1 0.34 0 0.14 200.55 1 0.43
Hex 0 90 DB 64 22 0 E C9 64 2B
Octal 0 220 333 144 42 0 16 311 144 53
Binary 0 10010000 11011011 1100100 100010 0 1110 11001001 1100100 101011

Color Harmonies of #0090DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0090DB

Black with #0090DB

Text Example


Text Example

White with #0090DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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