#1A9DCB

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

Shades of Pacific Blue #1A9DCB

Tints of Pacific Blue #1A9DCB

Color information

#1A9DCB (or 0x1A9DCB) is unknown color: approx Pacific Blue. HEX triplet: 1A, 9D and CB. RGB value is (26,157,203). Sum of RGB (Red+Green+Blue) = 26+157+203=386 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.74% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A9DCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9DCB is #E56234. Grayscale: #7A7A7A. Windows color (decimal): -15032885 or 13344026. OLE color: 13344026.

HSL color Cylindrical-coordinate representation of color #1A9DCB: hue angle of 195.59º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A9DCB is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB26157203-
CMYK0.870.2300.20
HSL195.59º77.29%44.9%-
HSV(B)195.59º87.19%79.61%-
XYZ23.2628.6560.8-
YUV123.07173.158.76-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.74%
GREEN value IS 157 (61.72% from 255) = 40.67%
BLUE value IS 203 (79.69% from 255) = 52.59%
R=6.74%
G=40.67%
B=52.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261572030.870.2300.20195.5977.2944.9
Hex1A9DCB5717014c44d2d
Octal322353131272702430411555
Binary110101001110111001011101011110111010100110001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,157,203); }

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

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

 a { background-color: rgb(26,157,203); }

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

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

 span { border-color: rgb(26,157,203); }

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