#1B8EBB

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

Shades of Pelorous #1B8EBB

Tints of Pelorous #1B8EBB

Color information

#1B8EBB (or 0x1B8EBB) is unknown color: approx Pelorous. HEX triplet: 1B, 8E and BB. RGB value is (27,142,187). Sum of RGB (Red+Green+Blue) = 27+142+187=356 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.58% from 356); Green value is 142 (55.86% from 255 or 39.89% from 356); Blue value is 187 (73.44% from 255 or 52.53% from 356); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B8EBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8EBB is #E47144. Grayscale: #707070. Windows color (decimal): -14971205 or 12291611. OLE color: 12291611.

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

Color convert

RGB27142187-
CMYK0.860.2400.27
HSL196.88º74.77%41.96%-
HSV(B)196.88º85.56%73.33%-
XYZ19.0923.1750.48-
YUV112.74169.966.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.58%
GREEN value IS 142 (55.86% from 255) = 39.89%
BLUE value IS 187 (73.44% from 255) = 52.53%
R=7.58%
G=39.89%
B=52.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal271421870.860.2400.27196.8874.7741.96
Hex1B8EBB561801Bc54b2a
Octal332162731263003330511352
Binary110111000111010111011101011011000011011110001011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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