#019DD6

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

Shades of Pacific Blue #019DD6

Tints of Pacific Blue #019DD6

Color information

#019DD6 (or 0x019DD6) is unknown color: approx Pacific Blue. HEX triplet: 01, 9D and D6. RGB value is (1,157,214). Sum of RGB (Red+Green+Blue) = 1+157+214=372 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 214 (83.98% from 255 or 57.53% from 372); Max value from RGB is 214 - color contains mainly: blue. Hex color #019DD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019DD6 is #FE6229. Grayscale: #747474. Windows color (decimal): -16671274 or 14064897. OLE color: 14064897.

HSL color Cylindrical-coordinate representation of color #019DD6: hue angle of 196.06º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #019DD6 is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1157214-
CMYK1.000.2700.16
HSL196.06º99.07%42.16%-
HSV(B)196.06º99.53%83.92%-
XYZ24.2128.9867.94-
YUV116.85182.8245.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 214 (83.98% from 255) = 57.53%
R=0.27%
G=42.20%
B=57.53%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11572141.000.2700.16196.0699.0742.16
Hex19DD6641B010c4632a
Octal12353261443302030414352
Binary11001110111010110110010011011010000110001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019DD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019DD6; }

 p { color: rgb(1,157,214); }

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

<style>
 a { background-color: #019DD6; }

 a { background-color: rgb(1,157,214); }

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

<style>
 span { border-color: #019DD6; }

 span { border-color: rgb(1,157,214); }

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