#169FB1

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

Shades of Pelorous #169FB1

Tints of Pelorous #169FB1

Color information

#169FB1 (or 0x169FB1) is unknown color: approx Pelorous. HEX triplet: 16, 9F and B1. RGB value is (22,159,177). Sum of RGB (Red+Green+Blue) = 22+159+177=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 159 (62.5% from 255 or 44.41% from 358); Blue value is 177 (69.53% from 255 or 49.44% from 358); Max value from RGB is 177 - color contains mainly: blue. Hex color #169FB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169FB1 is #E9604E. Grayscale: #777777. Windows color (decimal): -15294543 or 11640598. OLE color: 11640598.

HSL color Cylindrical-coordinate representation of color #169FB1: hue angle of 186.97º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169FB1 is Cyan = 0.88, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22159177-
CMYK0.880.1000.31
HSL186.97º77.89%39.02%-
HSV(B)186.97º87.57%69.41%-
XYZ20.6628.1445.94-
YUV120.09160.1158.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.15%
GREEN value IS 159 (62.5% from 255) = 44.41%
BLUE value IS 177 (69.53% from 255) = 49.44%
R=6.15%
G=44.41%
B=49.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221591770.880.1000.31186.9777.8939.02
Hex169FB158A01Fbb4e27
Octal262372611301203727311647
Binary10110100111111011000110110001010011111101110111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #169FB1; }

 p { color: rgb(22,159,177); }

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

<style>
 a { background-color: #169FB1; }

 a { background-color: rgb(22,159,177); }

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

<style>
 span { border-color: #169FB1; }

 span { border-color: rgb(22,159,177); }

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