#019CD6

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

Shades of Pacific Blue #019CD6

Tints of Pacific Blue #019CD6

Color information

#019CD6 (or 0x019CD6) is unknown color: approx Pacific Blue. HEX triplet: 01, 9C and D6. RGB value is (1,156,214). Sum of RGB (Red+Green+Blue) = 1+156+214=371 (49% of max value = 765). Red value is 1 (0.78% from 255 or 0.27% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #019CD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019CD6 is #FE6329. Grayscale: #737373. Windows color (decimal): -16671530 or 14064641. OLE color: 14064641.

HSL color Cylindrical-coordinate representation of color #019CD6: hue angle of 196.34º 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 #019CD6 is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1156214-
CMYK1.000.2700.16
HSL196.34º99.07%42.16%-
HSV(B)196.34º99.53%83.92%-
XYZ24.0428.6467.88-
YUV116.27183.1545.78-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.27%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 214 (83.98% from 255) = 57.68%
R=0.27%
G=42.05%
B=57.68%

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
Decimal11562141.000.2700.16196.3499.0742.16
Hex19CD6641B010c4632a
Octal12343261443302030414352
Binary11001110011010110110010011011010000110001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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