#0090dd

Color #0090DD Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0090DD

Tints of Pacific Blue #0090DD

Color information

#0090DD (or 0x0090DD) is unknown color: approx Pacific Blue. HEX triplet: 00, 90 and DD. RGB value is (0,144,221). Sum of RGB (Red+Green+Blue) = 0+144+221=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 221 (86.72% from 255 or 60.55% from 365); Max value from RGB is 221 - color contains mainly: blue. Hex color #0090DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090DD is #FF6F22. Grayscale: #6D6D6D. Windows color (decimal): -16740131 or 14520320. OLE color: 14520320.

HSL color Cylindrical-coordinate representation of color #0090DD: hue angle of 200.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090DD is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB0144221-
CMYK10.3500.13
HSL200.9º100%43.33%-
HSV(B)200.9º100%86.67%-
XYZ23.0225.1772.05-
YUV109.72190.7949.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 221 (86.72% from 255) = 60.55%
R=0%
G=39.45%
B=60.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal014422110.3500.13200.910043.33
Hex090DD64230Dc9642b
Octal02203351444301531114453
Binary01001000011011101110010010001101101110010011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0090dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0090dd;
 }
 .AnyTagClassName
 {
   color: #0090dd;
 }
</style>
background-color css

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

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

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

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

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

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