#0296C9

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

Shades of Pacific Blue #0296C9

Tints of Pacific Blue #0296C9

Color information

#0296C9 (or 0x0296C9) is unknown color: approx Pacific Blue. HEX triplet: 02, 96 and C9. RGB value is (2,150,201). Sum of RGB (Red+Green+Blue) = 2+150+201=353 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.57% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 201 (78.91% from 255 or 56.94% from 353); Max value from RGB is 201 - color contains mainly: blue. Hex color #0296C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0296C9 is #FD6936. Grayscale: #6F6F6F. Windows color (decimal): -16607543 or 13211138. OLE color: 13211138.

HSL color Cylindrical-coordinate representation of color #0296C9: hue angle of 195.38º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0296C9 is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB2150201-
CMYK0.990.2500.21
HSL195.38º98.03%39.8%-
HSV(B)195.38º99%78.82%-
XYZ21.4726.0459.15-
YUV111.56178.4749.85-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.57%
GREEN value IS 150 (58.98% from 255) = 42.49%
BLUE value IS 201 (78.91% from 255) = 56.94%
R=0.57%
G=42.49%
B=56.94%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal21502010.990.2500.21195.3898.0339.8
Hex296C96319015c36228
Octal22263111433102530314250
Binary101001011011001001110001111001010101110000111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0296C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0296C9; }

 p { color: rgb(2,150,201); }

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

<style>
 a { background-color: #0296C9; }

 a { background-color: rgb(2,150,201); }

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

<style>
 span { border-color: #0296C9; }

 span { border-color: rgb(2,150,201); }

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