#0196dd

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

Shades of Pacific Blue #0196DD

Tints of Pacific Blue #0196DD

Color information

#0196DD (or 0x0196DD) is unknown color: approx Pacific Blue. HEX triplet: 01, 96 and DD. RGB value is (1,150,221). Sum of RGB (Red+Green+Blue) = 1+150+221=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 150 (58.98% from 255 or 40.32% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #0196DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0196DD is #FE6922. Grayscale: #717171. Windows color (decimal): -16673059 or 14521857. OLE color: 14521857.

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

Color convert

RGB1150221-
CMYK1.000.3200.13
HSL199.36º99.1%43.53%-
HSV(B)199.36º99.55%86.67%-
XYZ23.9727.0472.36-
YUV113.54188.6447.73-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 150 (58.98% from 255) = 40.32%
BLUE value IS 221 (86.72% from 255) = 59.41%
R=0.27%
G=40.32%
B=59.41%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11502211.000.3200.13199.3699.143.53
Hex196DD64200Dc7632c
Octal12263351444001530714354
Binary11001011011011101110010010000001101110001111100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0196dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,150,221); }

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

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

 a { background-color: rgb(1,150,221); }

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

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

 span { border-color: rgb(1,150,221); }

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