#0090CB

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

Shades of Pacific Blue #0090CB

Tints of Pacific Blue #0090CB

Color information

#0090CB (or 0x0090CB) is unknown color: approx Pacific Blue. HEX triplet: 00, 90 and CB. RGB value is (0,144,203). Sum of RGB (Red+Green+Blue) = 0+144+203=347 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #0090CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0090CB is #FF6F34. Grayscale: #6B6B6B. Windows color (decimal): -16740149 or 13340672. OLE color: 13340672.

HSL color Cylindrical-coordinate representation of color #0090CB: hue angle of 197.44º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0090CB is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB0144203-
CMYK10.2900.20
HSL197.44º100%39.8%-
HSV(B)197.44º100%79.61%-
XYZ20.7524.2660.09-
YUV107.67181.7951.2-

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) = 41.50%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=0%
G=41.50%
B=58.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal014420310.2900.20197.4410039.8
Hex090CB641D014c56428
Octal02203131443502430514450
Binary01001000011001011110010011101010100110001011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0090CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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