#1A9FAF

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

Shades of Pelorous #1A9FAF

Tints of Pelorous #1A9FAF

Color information

#1A9FAF (or 0x1A9FAF) is unknown color: approx Pelorous. HEX triplet: 1A, 9F and AF. RGB value is (26,159,175). Sum of RGB (Red+Green+Blue) = 26+159+175=360 (47% of max value = 765). Red value is 26 (10.55% from 255 or 7.22% from 360); Green value is 159 (62.5% from 255 or 44.17% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #1A9FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A9FAF is #E56050. Grayscale: #787878. Windows color (decimal): -15032401 or 11509530. OLE color: 11509530.

HSL color Cylindrical-coordinate representation of color #1A9FAF: hue angle of 186.44º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A9FAF is Cyan = 0.85, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB26159175-
CMYK0.850.0900.31
HSL186.44º74.13%39.41%-
HSV(B)186.44º85.14%68.63%-
XYZ20.5628.1144.9-
YUV121.06158.4460.2-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 7.22%
GREEN value IS 159 (62.5% from 255) = 44.17%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=7.22%
G=44.17%
B=48.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal261591750.850.0900.31186.4474.1339.41
Hex1A9FAF55901Fba4a27
Octal322372571251103727211247
Binary11010100111111010111110101011001011111101110101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A9FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,159,175); }

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

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

 a { background-color: rgb(26,159,175); }

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

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

 span { border-color: rgb(26,159,175); }

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