#14a2d6

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

Shades of Pacific Blue #14A2D6

Tints of Pacific Blue #14A2D6

Color information

#14A2D6 (or 0x14A2D6) is unknown color: approx Pacific Blue. HEX triplet: 14, A2 and D6. RGB value is (20,162,214). Sum of RGB (Red+Green+Blue) = 20+162+214=396 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.05% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 214 (83.98% from 255 or 54.04% from 396); Max value from RGB is 214 - color contains mainly: blue. Hex color #14A2D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #14A2D6 is #EB5D29. Grayscale: #7D7D7D. Windows color (decimal): -15424810 or 14066196. OLE color: 14066196.

HSL color Cylindrical-coordinate representation of color #14A2D6: hue angle of 196.08º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14A2D6 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB20162214-
CMYK0.910.2400.16
HSL196.08º82.91%45.88%-
HSV(B)196.08º90.65%83.92%-
XYZ25.3530.8468.24-
YUV125.47177.9652.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.05%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 214 (83.98% from 255) = 54.04%
R=5.05%
G=40.91%
B=54.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal201622140.910.2400.16196.0882.9145.88
Hex14A2D65B18010c4532e
Octal242423261333002030412356
Binary101001010001011010110101101111000010000110001001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14a2d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14a2d6; }

 p { color: rgb(20,162,214); }

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

<style>
 a { background-color: #14a2d6; }

 a { background-color: rgb(20,162,214); }

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

<style>
 span { border-color: #14a2d6; }

 span { border-color: rgb(20,162,214); }

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