#1B8BBC

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

Shades of Pelorous #1B8BBC

Tints of Pelorous #1B8BBC

Color information

#1B8BBC (or 0x1B8BBC) is unknown color: approx Pelorous. HEX triplet: 1B, 8B and BC. RGB value is (27,139,188). Sum of RGB (Red+Green+Blue) = 27+139+188=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B8BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8BBC is #E47443. Grayscale: #6E6E6E. Windows color (decimal): -14971972 or 12356379. OLE color: 12356379.

HSL color Cylindrical-coordinate representation of color #1B8BBC: hue angle of 198.26º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B8BBC is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB27139188-
CMYK0.860.2600.26
HSL198.26º74.88%42.16%-
HSV(B)198.26º85.64%73.73%-
XYZ18.7622.3350.9-
YUV111.1171.3968.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.63%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 188 (73.83% from 255) = 53.11%
R=7.63%
G=39.27%
B=53.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal271391880.860.2600.26198.2674.8842.16
Hex1B8BBC561A01Ac64b2a
Octal332132741263203230611352
Binary110111000101110111100101011011010011010110001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B8BBC; }

 p { color: rgb(27,139,188); }

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

<style>
 a { background-color: #1B8BBC; }

 a { background-color: rgb(27,139,188); }

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

<style>
 span { border-color: #1B8BBC; }

 span { border-color: rgb(27,139,188); }

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