#19A4D6

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

Shades of Pacific Blue #19A4D6

Tints of Pacific Blue #19A4D6

Color information

#19A4D6 (or 0x19A4D6) is unknown color: approx Pacific Blue. HEX triplet: 19, A4 and D6. RGB value is (25,164,214). Sum of RGB (Red+Green+Blue) = 25+164+214=403 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.20% from 403); Green value is 164 (64.45% from 255 or 40.69% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #19A4D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #19A4D6 is #E65B29. Grayscale: #7F7F7F. Windows color (decimal): -15096618 or 14066713. OLE color: 14066713.

HSL color Cylindrical-coordinate representation of color #19A4D6: hue angle of 195.87º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19A4D6 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB25164214-
CMYK0.880.2300.16
HSL195.87º79.08%46.86%-
HSV(B)195.87º88.32%83.92%-
XYZ25.8131.6168.36-
YUV128.14176.4554.43-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 6.20%
GREEN value IS 164 (64.45% from 255) = 40.69%
BLUE value IS 214 (83.98% from 255) = 53.10%
R=6.20%
G=40.69%
B=53.10%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal251642140.880.2300.16195.8779.0846.86
Hex19A4D65817010c44f2f
Octal312443261302702030411757
Binary110011010010011010110101100010111010000110001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19A4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19A4D6; }

 p { color: rgb(25,164,214); }

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

<style>
 a { background-color: #19A4D6; }

 a { background-color: rgb(25,164,214); }

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

<style>
 span { border-color: #19A4D6; }

 span { border-color: rgb(25,164,214); }

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