#189CB1

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

Shades of Pelorous #189CB1

Tints of Pelorous #189CB1

Color information

#189CB1 (or 0x189CB1) is unknown color: approx Pelorous. HEX triplet: 18, 9C and B1. RGB value is (24,156,177). Sum of RGB (Red+Green+Blue) = 24+156+177=357 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.72% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #189CB1 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189CB1 is #E7634E. Grayscale: #767676. Windows color (decimal): -15164239 or 11639832. OLE color: 11639832.

HSL color Cylindrical-coordinate representation of color #189CB1: hue angle of 188.24º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189CB1 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB24156177-
CMYK0.860.1200.31
HSL188.24º76.12%39.41%-
HSV(B)188.24º86.44%69.41%-
XYZ20.227.1545.77-
YUV118.93160.7760.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.72%
GREEN value IS 156 (61.33% from 255) = 43.70%
BLUE value IS 177 (69.53% from 255) = 49.58%
R=6.72%
G=43.70%
B=49.58%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal241561770.860.1200.31188.2476.1239.41
Hex189CB156C01Fbc4c27
Octal302342611261403727411447
Binary11000100111001011000110101101100011111101111001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189CB1; }

 p { color: rgb(24,156,177); }

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

<style>
 a { background-color: #189CB1; }

 a { background-color: rgb(24,156,177); }

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

<style>
 span { border-color: #189CB1; }

 span { border-color: rgb(24,156,177); }

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