#1B8EBF

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

Shades of Pelorous #1B8EBF

Tints of Pelorous #1B8EBF

Color information

#1B8EBF (or 0x1B8EBF) is unknown color: approx Pelorous. HEX triplet: 1B, 8E and BF. RGB value is (27,142,191). Sum of RGB (Red+Green+Blue) = 27+142+191=360 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.5% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B8EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8EBF is #E47140. Grayscale: #707070. Windows color (decimal): -14971201 or 12553755. OLE color: 12553755.

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

Color convert

RGB27142191-
CMYK0.860.2600.25
HSL197.93º75.23%42.75%-
HSV(B)197.93º85.86%74.9%-
XYZ19.5323.3452.77-
YUV113.2171.966.52-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.5%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 191 (75% from 255) = 53.06%
R=7.5%
G=39.44%
B=53.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271421910.860.2600.25197.9375.2342.75
Hex1B8EBF561A019c64b2b
Octal332162771263203130611353
Binary110111000111010111111101011011010011001110001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,142,191); }

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

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

 a { background-color: rgb(27,142,191); }

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

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

 span { border-color: rgb(27,142,191); }

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