#1A96CB

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

Shades of Pacific Blue #1A96CB

Tints of Pacific Blue #1A96CB

Color information

#1A96CB (or 0x1A96CB) is unknown color: approx Pacific Blue. HEX triplet: 1A, 96 and CB. RGB value is (26,150,203). Sum of RGB (Red+Green+Blue) = 26+150+203=379 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.86% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A96CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A96CB is #E56934. Grayscale: #767676. Windows color (decimal): -15034677 or 13342234. OLE color: 13342234.

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

Color convert

RGB26150203-
CMYK0.870.2600.20
HSL197.97º77.29%44.9%-
HSV(B)197.97º87.19%79.61%-
XYZ22.1126.3460.42-
YUV118.97175.4261.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.86%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 203 (79.69% from 255) = 53.56%
R=6.86%
G=39.58%
B=53.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal261502030.870.2600.20197.9777.2944.9
Hex1A96CB571A014c64d2d
Octal322263131273202430611555
Binary110101001011011001011101011111010010100110001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A96CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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