#169FBA

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

Shades of Pelorous #169FBA

Tints of Pelorous #169FBA

Color information

#169FBA (or 0x169FBA) is unknown color: approx Pelorous. HEX triplet: 16, 9F and BA. RGB value is (22,159,186). Sum of RGB (Red+Green+Blue) = 22+159+186=367 (48% of max value = 765). Red value is 22 (8.98% from 255 or 5.99% from 367); Green value is 159 (62.5% from 255 or 43.32% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #169FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169FBA is #E96045. Grayscale: #787878. Windows color (decimal): -15294534 or 12230422. OLE color: 12230422.

HSL color Cylindrical-coordinate representation of color #169FBA: hue angle of 189.88º 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 #169FBA is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB22159186-
CMYK0.880.1500.27
HSL189.88º78.85%40.78%-
HSV(B)189.88º88.17%72.94%-
XYZ21.5928.5150.82-
YUV121.12164.6157.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 5.99%
GREEN value IS 159 (62.5% from 255) = 43.32%
BLUE value IS 186 (73.05% from 255) = 50.68%
R=5.99%
G=43.32%
B=50.68%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221591860.880.1500.27189.8878.8540.78
Hex169FBA58F01Bbe4f29
Octal262372721301703327611751
Binary10110100111111011101010110001111011011101111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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