#1B8DBE

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

Shades of Pelorous #1B8DBE

Tints of Pelorous #1B8DBE

Color information

#1B8DBE (or 0x1B8DBE) is unknown color: approx Pelorous. HEX triplet: 1B, 8D and BE. RGB value is (27,141,190). Sum of RGB (Red+Green+Blue) = 27+141+190=358 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.54% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 190 (74.61% from 255 or 53.07% from 358); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B8DBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8DBE is #E47241. Grayscale: #707070. Windows color (decimal): -14971458 or 12487963. OLE color: 12487963.

HSL color Cylindrical-coordinate representation of color #1B8DBE: hue angle of 198.04º 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 #1B8DBE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB27141190-
CMYK0.860.2600.25
HSL198.04º75.12%42.55%-
HSV(B)198.04º85.79%74.51%-
XYZ19.272352.14-
YUV112.5171.7367.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.54%
GREEN value IS 141 (55.47% from 255) = 39.39%
BLUE value IS 190 (74.61% from 255) = 53.07%
R=7.54%
G=39.39%
B=53.07%

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
Decimal271411900.860.2600.25198.0475.1242.55
Hex1B8DBE561A019c64b2b
Octal332152761263203130611353
Binary110111000110110111110101011011010011001110001101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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