#1A9AC9

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

Shades of Pelorous #1A9AC9

Tints of Pelorous #1A9AC9

Color information

#1A9AC9 (or 0x1A9AC9) is unknown color: approx Pelorous. HEX triplet: 1A, 9A and C9. RGB value is (26,154,201). Sum of RGB (Red+Green+Blue) = 26+154+201=381 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.82% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #1A9AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9AC9 is #E56536. Grayscale: #787878. Windows color (decimal): -15033655 or 13212186. OLE color: 13212186.

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

Color convert

RGB26154201-
CMYK0.870.2300.21
HSL196.11º77.09%44.51%-
HSV(B)196.11º87.06%78.82%-
XYZ22.5227.5559.39-
YUV121.09173.0960.18-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.82%
GREEN value IS 154 (60.55% from 255) = 40.42%
BLUE value IS 201 (78.91% from 255) = 52.76%
R=6.82%
G=40.42%
B=52.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal261542010.870.2300.21196.1177.0944.51
Hex1A9AC95717015c44d2d
Octal322323111272702530411555
Binary110101001101011001001101011110111010101110001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,154,201); }

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

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

 a { background-color: rgb(26,154,201); }

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

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

 span { border-color: rgb(26,154,201); }

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