#169CB1

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

Shades of Pelorous #169CB1

Tints of Pelorous #169CB1

Color information

#169CB1 (or 0x169CB1) is unknown color: approx Pelorous. HEX triplet: 16, 9C and B1. RGB value is (22,156,177). Sum of RGB (Red+Green+Blue) = 22+156+177=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 156 (61.33% from 255 or 43.94% from 355); Blue value is 177 (69.53% from 255 or 49.86% from 355); Max value from RGB is 177 - color contains mainly: blue. Hex color #169CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169CB1 is #E9634E. Grayscale: #767676. Windows color (decimal): -15295311 or 11639830. OLE color: 11639830.

HSL color Cylindrical-coordinate representation of color #169CB1: hue angle of 188.13º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169CB1 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB22156177-
CMYK0.880.1200.31
HSL188.13º77.89%39.02%-
HSV(B)188.13º87.57%69.41%-
XYZ20.1627.1245.77-
YUV118.33161.1159.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.20%
GREEN value IS 156 (61.33% from 255) = 43.94%
BLUE value IS 177 (69.53% from 255) = 49.86%
R=6.20%
G=43.94%
B=49.86%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221561770.880.1200.31188.1377.8939.02
Hex169CB158C01Fbc4e27
Octal262342611301403727411647
Binary10110100111001011000110110001100011111101111001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,156,177); }

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

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

 a { background-color: rgb(22,156,177); }

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

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

 span { border-color: rgb(22,156,177); }

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