#1B93BE

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

Shades of Pelorous #1B93BE

Tints of Pelorous #1B93BE

Color information

#1B93BE (or 0x1B93BE) is unknown color: approx Pelorous. HEX triplet: 1B, 93 and BE. RGB value is (27,147,190). Sum of RGB (Red+Green+Blue) = 27+147+190=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B93BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B93BE is #E46C41. Grayscale: #737373. Windows color (decimal): -14969922 or 12489499. OLE color: 12489499.

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

Color convert

RGB27147190-
CMYK0.860.2300.25
HSL195.83º75.12%42.55%-
HSV(B)195.83º85.79%74.51%-
XYZ20.1824.8252.44-
YUV116.02169.7464.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.42%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 190 (74.61% from 255) = 52.20%
R=7.42%
G=40.38%
B=52.20%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271471900.860.2300.25195.8375.1242.55
Hex1B93BE5617019c44b2b
Octal332232761262703130411353
Binary110111001001110111110101011010111011001110001001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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