#168BBB

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

Shades of Pelorous #168BBB

Tints of Pelorous #168BBB

Color information

#168BBB (or 0x168BBB) is unknown color: approx Pelorous. HEX triplet: 16, 8B and BB. RGB value is (22,139,187). Sum of RGB (Red+Green+Blue) = 22+139+187=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 139 (54.69% from 255 or 39.94% from 348); Blue value is 187 (73.44% from 255 or 53.74% from 348); Max value from RGB is 187 - color contains mainly: blue. Hex color #168BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168BBB is #E97444. Grayscale: #6D6D6D. Windows color (decimal): -15299653 or 12290838. OLE color: 12290838.

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

Color convert

RGB22139187-
CMYK0.880.2600.27
HSL197.45º78.95%40.98%-
HSV(B)197.45º88.24%73.33%-
XYZ18.5322.2250.33-
YUV109.49171.7465.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.32%
GREEN value IS 139 (54.69% from 255) = 39.94%
BLUE value IS 187 (73.44% from 255) = 53.74%
R=6.32%
G=39.94%
B=53.74%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal221391870.880.2600.27197.4578.9540.98
Hex168BBB581A01Bc54f29
Octal262132731303203330511751
Binary101101000101110111011101100011010011011110001011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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