#0293D5

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

Shades of Pacific Blue #0293D5

Tints of Pacific Blue #0293D5

Color information

#0293D5 (or 0x0293D5) is unknown color: approx Pacific Blue. HEX triplet: 02, 93 and D5. RGB value is (2,147,213). Sum of RGB (Red+Green+Blue) = 2+147+213=362 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 362); Green value is 147 (57.81% from 255 or 40.61% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #0293D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0293D5 is #FD6C2A. Grayscale: #6E6E6E. Windows color (decimal): -16608299 or 13996802. OLE color: 13996802.

HSL color Cylindrical-coordinate representation of color #0293D5: hue angle of 198.77º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0293D5 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2147213-
CMYK0.990.3100.16
HSL198.77º98.14%42.16%-
HSV(B)198.77º99.06%83.53%-
XYZ22.4725.6866.72-
YUV111.17185.4650.13-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.55%
GREEN value IS 147 (57.81% from 255) = 40.61%
BLUE value IS 213 (83.59% from 255) = 58.84%
R=0.55%
G=40.61%
B=58.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21472130.990.3100.16198.7798.1442.16
Hex293D5631F010c7622a
Octal22233251433702030714252
Binary101001001111010101110001111111010000110001111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0293D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0293D5; }

 p { color: rgb(2,147,213); }

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

<style>
 a { background-color: #0293D5; }

 a { background-color: rgb(2,147,213); }

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

<style>
 span { border-color: #0293D5; }

 span { border-color: rgb(2,147,213); }

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