#1A9CD4

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

Shades of Pacific Blue #1A9CD4

Tints of Pacific Blue #1A9CD4

Color information

#1A9CD4 (or 0x1A9CD4) is unknown color: approx Pacific Blue. HEX triplet: 1A, 9C and D4. RGB value is (26,156,212). Sum of RGB (Red+Green+Blue) = 26+156+212=394 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.60% from 394); Green value is 156 (61.33% from 255 or 39.59% from 394); Blue value is 212 (83.20% from 255 or 53.81% from 394); Max value from RGB is 212 - color contains mainly: blue. Hex color #1A9CD4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9CD4 is #E5632B. Grayscale: #7B7B7B. Windows color (decimal): -15033132 or 13933594. OLE color: 13933594.

HSL color Cylindrical-coordinate representation of color #1A9CD4: hue angle of 198.06º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A9CD4 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB26156212-
CMYK0.880.2600.17
HSL198.06º78.15%46.67%-
HSV(B)198.06º87.74%83.14%-
XYZ24.228.7566.56-
YUV123.51177.9358.45-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.60%
GREEN value IS 156 (61.33% from 255) = 39.59%
BLUE value IS 212 (83.20% from 255) = 53.81%
R=6.60%
G=39.59%
B=53.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal261562120.880.2600.17198.0678.1546.67
Hex1A9CD4581A011c64e2f
Octal322343241303202130611657
Binary110101001110011010100101100011010010001110001101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A9CD4; }

 p { color: rgb(26,156,212); }

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

<style>
 a { background-color: #1A9CD4; }

 a { background-color: rgb(26,156,212); }

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

<style>
 span { border-color: #1A9CD4; }

 span { border-color: rgb(26,156,212); }

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