#1B8AB7

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

Shades of Pelorous #1B8AB7

Tints of Pelorous #1B8AB7

Color information

#1B8AB7 (or 0x1B8AB7) is unknown color: approx Pelorous. HEX triplet: 1B, 8A and B7. RGB value is (27,138,183). Sum of RGB (Red+Green+Blue) = 27+138+183=348 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.76% from 348); Green value is 138 (54.30% from 255 or 39.66% from 348); Blue value is 183 (71.88% from 255 or 52.59% from 348); Max value from RGB is 183 - color contains mainly: blue. Hex color #1B8AB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8AB7 is #E47548. Grayscale: #6D6D6D. Windows color (decimal): -14972233 or 12028443. OLE color: 12028443.

HSL color Cylindrical-coordinate representation of color #1B8AB7: hue angle of 197.31º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B8AB7 is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB27138183-
CMYK0.850.2500.28
HSL197.31º74.29%41.18%-
HSV(B)197.31º85.25%71.76%-
XYZ18.0921.8348.06-
YUV109.94169.2368.84-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.76%
GREEN value IS 138 (54.30% from 255) = 39.66%
BLUE value IS 183 (71.88% from 255) = 52.59%
R=7.76%
G=39.66%
B=52.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal271381830.850.2500.28197.3174.2941.18
Hex1B8AB7551901Cc54a29
Octal332122671253103430511251
Binary110111000101010110111101010111001011100110001011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,138,183); }

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

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

 a { background-color: rgb(27,138,183); }

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

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

 span { border-color: rgb(27,138,183); }

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