#169FAB

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

Shades of Pelorous #169FAB

Tints of Pelorous #169FAB

Color information

#169FAB (or 0x169FAB) is unknown color: approx Pelorous. HEX triplet: 16, 9F and AB. RGB value is (22,159,171). Sum of RGB (Red+Green+Blue) = 22+159+171=352 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.25% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #169FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169FAB is #E96054. Grayscale: #777777. Windows color (decimal): -15294549 or 11247382. OLE color: 11247382.

HSL color Cylindrical-coordinate representation of color #169FAB: hue angle of 184.83º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #169FAB is Cyan = 0.87, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB22159171-
CMYK0.870.0700.33
HSL184.83º77.2%37.84%-
HSV(B)184.83º87.13%67.06%-
XYZ20.0827.9142.86-
YUV119.4157.1158.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.25%
GREEN value IS 159 (62.5% from 255) = 45.17%
BLUE value IS 171 (67.19% from 255) = 48.58%
R=6.25%
G=45.17%
B=48.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal221591710.870.0700.33184.8377.237.84
Hex169FAB577021b94d26
Octal26237253127704127111546
Binary10110100111111010101110101111110100001101110011001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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