#1B8BC9

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

Shades of Pelorous #1B8BC9

Tints of Pelorous #1B8BC9

Color information

#1B8BC9 (or 0x1B8BC9) is unknown color: approx Pelorous. HEX triplet: 1B, 8B and C9. RGB value is (27,139,201). Sum of RGB (Red+Green+Blue) = 27+139+201=367 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.36% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #1B8BC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B8BC9 is #E47436. Grayscale: #707070. Windows color (decimal): -14971959 or 13208347. OLE color: 13208347.

HSL color Cylindrical-coordinate representation of color #1B8BC9: hue angle of 201.38º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B8BC9 is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB27139201-
CMYK0.870.3100.21
HSL201.38º76.32%44.71%-
HSV(B)201.38º86.57%78.82%-
XYZ20.2322.9258.62-
YUV112.58177.8966.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.36%
GREEN value IS 139 (54.69% from 255) = 37.87%
BLUE value IS 201 (78.91% from 255) = 54.77%
R=7.36%
G=37.87%
B=54.77%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal271392010.870.3100.21201.3876.3244.71
Hex1B8BC9571F015c94c2d
Octal332133111273702531111455
Binary110111000101111001001101011111111010101110010011001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B8BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,139,201); }

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

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

 a { background-color: rgb(27,139,201); }

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

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

 span { border-color: rgb(27,139,201); }

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