#168DBE

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

Shades of Pelorous #168DBE

Tints of Pelorous #168DBE

Color information

#168DBE (or 0x168DBE) is unknown color: approx Pelorous. HEX triplet: 16, 8D and BE. RGB value is (22,141,190). Sum of RGB (Red+Green+Blue) = 22+141+190=353 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.23% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #168DBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DBE is #E97241. Grayscale: #6E6E6E. Windows color (decimal): -15299138 or 12487958. OLE color: 12487958.

HSL color Cylindrical-coordinate representation of color #168DBE: hue angle of 197.5º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #168DBE is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB22141190-
CMYK0.880.2600.25
HSL197.5º79.25%41.57%-
HSV(B)197.5º88.42%74.51%-
XYZ19.1522.9452.13-
YUV111172.5864.52-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.23%
GREEN value IS 141 (55.47% from 255) = 39.94%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=6.23%
G=39.94%
B=53.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal221411900.880.2600.25197.579.2541.57
Hex168DBE581A019c64f2a
Octal262152761303203130611752
Binary101101000110110111110101100011010011001110001101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,141,190); }

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

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

 a { background-color: rgb(22,141,190); }

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

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

 span { border-color: rgb(22,141,190); }

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