#1B9CBC

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

Shades of Pelorous #1B9CBC

Tints of Pelorous #1B9CBC

Color information

#1B9CBC (or 0x1B9CBC) is unknown color: approx Pelorous. HEX triplet: 1B, 9C and BC. RGB value is (27,156,188). Sum of RGB (Red+Green+Blue) = 27+156+188=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B9CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1B9CBC is #E46343. Grayscale: #787878. Windows color (decimal): -14967620 or 12360731. OLE color: 12360731.

HSL color Cylindrical-coordinate representation of color #1B9CBC: hue angle of 191.93º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B9CBC is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB27156188-
CMYK0.860.1700.26
HSL191.93º74.88%42.16%-
HSV(B)191.93º85.64%73.73%-
XYZ21.4227.6451.78-
YUV121.08165.7660.9-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.28%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=7.28%
G=42.05%
B=50.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal271561880.860.1700.26191.9374.8842.16
Hex1B9CBC561101Ac04b2a
Octal332342741262103230011352
Binary110111001110010111100101011010001011010110000001001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B9CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,156,188); }

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

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

 a { background-color: rgb(27,156,188); }

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

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

 span { border-color: rgb(27,156,188); }

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