#1A97CB

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

Shades of Pacific Blue #1A97CB

Tints of Pacific Blue #1A97CB

Color information

#1A97CB (or 0x1A97CB) is unknown color: approx Pacific Blue. HEX triplet: 1A, 97 and CB. RGB value is (26,151,203). Sum of RGB (Red+Green+Blue) = 26+151+203=380 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.84% from 380); Green value is 151 (59.38% from 255 or 39.74% from 380); Blue value is 203 (79.69% from 255 or 53.42% from 380); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A97CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A97CB is #E56834. Grayscale: #777777. Windows color (decimal): -15034421 or 13342490. OLE color: 13342490.

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

Color convert

RGB26151203-
CMYK0.870.2600.20
HSL197.63º77.29%44.9%-
HSV(B)197.63º87.19%79.61%-
XYZ22.2726.6660.47-
YUV119.55175.0961.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.84%
GREEN value IS 151 (59.38% from 255) = 39.74%
BLUE value IS 203 (79.69% from 255) = 53.42%
R=6.84%
G=39.74%
B=53.42%

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
Decimal261512030.870.2600.20197.6377.2944.9
Hex1A97CB571A014c64d2d
Octal322273131273202430611555
Binary110101001011111001011101011111010010100110001101001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A97CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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