#1692BD

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

Shades of Pelorous #1692BD

Tints of Pelorous #1692BD

Color information

#1692BD (or 0x1692BD) is unknown color: approx Pelorous. HEX triplet: 16, 92 and BD. RGB value is (22,146,189). Sum of RGB (Red+Green+Blue) = 22+146+189=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 146 (57.42% from 255 or 40.90% from 357); Blue value is 189 (74.22% from 255 or 52.94% from 357); Max value from RGB is 189 - color contains mainly: blue. Hex color #1692BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1692BD is #E96D42. Grayscale: #717171. Windows color (decimal): -15297859 or 12423702. OLE color: 12423702.

HSL color Cylindrical-coordinate representation of color #1692BD: hue angle of 195.45º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1692BD is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB22146189-
CMYK0.880.2300.26
HSL195.45º79.15%41.37%-
HSV(B)195.45º88.36%74.12%-
XYZ19.824.451.81-
YUV113.83170.4262.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.16%
GREEN value IS 146 (57.42% from 255) = 40.90%
BLUE value IS 189 (74.22% from 255) = 52.94%
R=6.16%
G=40.90%
B=52.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal221461890.880.2300.26195.4579.1541.37
Hex1692BD581701Ac34f29
Octal262222751302703230311751
Binary101101001001010111101101100010111011010110000111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1692BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1692BD; }

 p { color: rgb(22,146,189); }

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

<style>
 a { background-color: #1692BD; }

 a { background-color: rgb(22,146,189); }

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

<style>
 span { border-color: #1692BD; }

 span { border-color: rgb(22,146,189); }

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