#1BABBE

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

Shades of Pelorous #1BABBE

Tints of Pelorous #1BABBE

Color information

#1BABBE (or 0x1BABBE) is unknown color: approx Pelorous. HEX triplet: 1B, AB and BE. RGB value is (27,171,190). Sum of RGB (Red+Green+Blue) = 27+171+190=388 (51% of max value = 765). Red value is 27 (10.94% from 255 or 6.96% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #1BABBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BABBE is #E45441. Grayscale: #818181. Windows color (decimal): -14963778 or 12495643. OLE color: 12495643.

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

Color convert

RGB27171190-
CMYK0.860.1000.25
HSL186.99º75.12%42.55%-
HSV(B)186.99º85.79%74.51%-
XYZ24.3133.0853.82-
YUV130.11161.7954.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.96%
GREEN value IS 171 (67.19% from 255) = 44.07%
BLUE value IS 190 (74.61% from 255) = 48.97%
R=6.96%
G=44.07%
B=48.97%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal271711900.860.1000.25186.9975.1242.55
Hex1BABBE56A019bb4b2b
Octal332532761261203127311353
Binary11011101010111011111010101101010011001101110111001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BABBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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