#169CB7

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

Shades of Pelorous #169CB7

Tints of Pelorous #169CB7

Color information

#169CB7 (or 0x169CB7) is unknown color: approx Pelorous. HEX triplet: 16, 9C and B7. RGB value is (22,156,183). Sum of RGB (Red+Green+Blue) = 22+156+183=361 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.09% from 361); Green value is 156 (61.33% from 255 or 43.21% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #169CB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #169CB7 is #E96348. Grayscale: #767676. Windows color (decimal): -15295305 or 12033046. OLE color: 12033046.

HSL color Cylindrical-coordinate representation of color #169CB7: hue angle of 190.06º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #169CB7 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB22156183-
CMYK0.880.1500.28
HSL190.06º78.54%40.2%-
HSV(B)190.06º87.98%71.76%-
XYZ20.7727.3748.99-
YUV119.01164.1158.8-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.09%
GREEN value IS 156 (61.33% from 255) = 43.21%
BLUE value IS 183 (71.88% from 255) = 50.69%
R=6.09%
G=43.21%
B=50.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal221561830.880.1500.28190.0678.5440.2
Hex169CB758F01Cbe4f28
Octal262342671301703427611750
Binary10110100111001011011110110001111011100101111101001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #169CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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