#0294CE

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

Shades of Pacific Blue #0294CE

Tints of Pacific Blue #0294CE

Color information

#0294CE (or 0x0294CE) is unknown color: approx Pacific Blue. HEX triplet: 02, 94 and CE. RGB value is (2,148,206). Sum of RGB (Red+Green+Blue) = 2+148+206=356 (47% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #0294CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0294CE is #FD6B31. Grayscale: #6E6E6E. Windows color (decimal): -16608050 or 13538306. OLE color: 13538306.

HSL color Cylindrical-coordinate representation of color #0294CE: hue angle of 197.06º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294CE is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2148206-
CMYK0.990.2800.19
HSL197.06º98.08%40.78%-
HSV(B)197.06º99.03%80.78%-
XYZ21.7625.6562.2-
YUV110.96181.6350.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.56%
GREEN value IS 148 (58.20% from 255) = 41.57%
BLUE value IS 206 (80.86% from 255) = 57.87%
R=0.56%
G=41.57%
B=57.87%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal21482060.990.2800.19197.0698.0840.78
Hex294CE631C013c56229
Octal22243161433402330514251
Binary101001010011001110110001111100010011110001011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0294CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0294CE; }

 p { color: rgb(2,148,206); }

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

<style>
 a { background-color: #0294CE; }

 a { background-color: rgb(2,148,206); }

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

<style>
 span { border-color: #0294CE; }

 span { border-color: rgb(2,148,206); }

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