#169BBA

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

Shades of Pelorous #169BBA

Tints of Pelorous #169BBA

Color information

#169BBA (or 0x169BBA) is unknown color: approx Pelorous. HEX triplet: 16, 9B and BA. RGB value is (22,155,186). Sum of RGB (Red+Green+Blue) = 22+155+186=363 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.06% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #169BBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169BBA is #E96445. Grayscale: #767676. Windows color (decimal): -15295558 or 12229398. OLE color: 12229398.

HSL color Cylindrical-coordinate representation of color #169BBA: hue angle of 191.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169BBA is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB22155186-
CMYK0.880.1700.27
HSL191.34º78.85%40.78%-
HSV(B)191.34º88.17%72.94%-
XYZ20.9227.1650.59-
YUV118.77165.9458.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.06%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 186 (73.05% from 255) = 51.24%
R=6.06%
G=42.70%
B=51.24%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221551860.880.1700.27191.3478.8540.78
Hex169BBA581101Bbf4f29
Octal262332721302103327711751
Binary101101001101110111010101100010001011011101111111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,155,186); }

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

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

 a { background-color: rgb(22,155,186); }

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

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

 span { border-color: rgb(22,155,186); }

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