#168BAE

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

Shades of Pelorous #168BAE

Tints of Pelorous #168BAE

Color information

#168BAE (or 0x168BAE) is unknown color: approx Pelorous. HEX triplet: 16, 8B and AE. RGB value is (22,139,174). Sum of RGB (Red+Green+Blue) = 22+139+174=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #168BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168BAE is #E97451. Grayscale: #6B6B6B. Windows color (decimal): -15299666 or 11438870. OLE color: 11438870.

HSL color Cylindrical-coordinate representation of color #168BAE: hue angle of 193.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #168BAE is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB22139174-
CMYK0.870.2000.32
HSL193.82º77.55%38.43%-
HSV(B)193.82º87.36%68.24%-
XYZ17.221.6943.32-
YUV108.01165.2466.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.57%
GREEN value IS 139 (54.69% from 255) = 41.49%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=6.57%
G=41.49%
B=51.94%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221391740.870.2000.32193.8277.5538.43
Hex168BAE5714020c24e26
Octal262132561272404030211646
Binary1011010001011101011101010111101000100000110000101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168BAE; }

 p { color: rgb(22,139,174); }

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

<style>
 a { background-color: #168BAE; }

 a { background-color: rgb(22,139,174); }

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

<style>
 span { border-color: #168BAE; }

 span { border-color: rgb(22,139,174); }

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