#1A9CCB

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

Shades of Pacific Blue #1A9CCB

Tints of Pacific Blue #1A9CCB

Color information

#1A9CCB (or 0x1A9CCB) is unknown color: approx Pacific Blue. HEX triplet: 1A, 9C and CB. RGB value is (26,156,203). Sum of RGB (Red+Green+Blue) = 26+156+203=385 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.75% from 385); Green value is 156 (61.33% from 255 or 40.52% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A9CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9CCB is #E56334. Grayscale: #7A7A7A. Windows color (decimal): -15033141 or 13343770. OLE color: 13343770.

HSL color Cylindrical-coordinate representation of color #1A9CCB: hue angle of 195.93º 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 #1A9CCB is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB26156203-
CMYK0.870.2300.20
HSL195.93º77.29%44.9%-
HSV(B)195.93º87.19%79.61%-
XYZ23.0928.3160.75-
YUV122.49173.4359.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.75%
GREEN value IS 156 (61.33% from 255) = 40.52%
BLUE value IS 203 (79.69% from 255) = 52.73%
R=6.75%
G=40.52%
B=52.73%

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
Decimal261562030.870.2300.20195.9377.2944.9
Hex1A9CCB5717014c44d2d
Octal322343131272702430411555
Binary110101001110011001011101011110111010100110001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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