#1697BB

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

Shades of Pelorous #1697BB

Tints of Pelorous #1697BB

Color information

#1697BB (or 0x1697BB) is unknown color: approx Pelorous. HEX triplet: 16, 97 and BB. RGB value is (22,151,187). Sum of RGB (Red+Green+Blue) = 22+151+187=360 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.11% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #1697BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1697BB is #E96844. Grayscale: #747474. Windows color (decimal): -15296581 or 12293910. OLE color: 12293910.

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

Color convert

RGB22151187-
CMYK0.880.1900.27
HSL193.09º78.95%40.98%-
HSV(B)193.09º88.24%73.33%-
XYZ20.3725.8950.94-
YUV116.53167.7660.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.11%
GREEN value IS 151 (59.38% from 255) = 41.94%
BLUE value IS 187 (73.44% from 255) = 51.94%
R=6.11%
G=41.94%
B=51.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221511870.880.1900.27193.0978.9540.98
Hex1697BB581301Bc14f29
Octal262272731302303330111751
Binary101101001011110111011101100010011011011110000011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1697BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1697BB; }

 p { color: rgb(22,151,187); }

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

<style>
 a { background-color: #1697BB; }

 a { background-color: rgb(22,151,187); }

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

<style>
 span { border-color: #1697BB; }

 span { border-color: rgb(22,151,187); }

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