#189CB6

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

Shades of Pelorous #189CB6

Tints of Pelorous #189CB6

Color information

#189CB6 (or 0x189CB6) is unknown color: approx Pelorous. HEX triplet: 18, 9C and B6. RGB value is (24,156,182). Sum of RGB (Red+Green+Blue) = 24+156+182=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 156 (61.33% from 255 or 43.09% from 362); Blue value is 182 (71.48% from 255 or 50.28% from 362); Max value from RGB is 182 - color contains mainly: blue. Hex color #189CB6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189CB6 is #E76349. Grayscale: #777777. Windows color (decimal): -15164234 or 11967512. OLE color: 11967512.

HSL color Cylindrical-coordinate representation of color #189CB6: hue angle of 189.87º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189CB6 is Cyan = 0.87, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB24156182-
CMYK0.870.1400.29
HSL189.87º76.7%40.39%-
HSV(B)189.87º86.81%71.37%-
XYZ20.7127.3548.44-
YUV119.5163.2759.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.63%
GREEN value IS 156 (61.33% from 255) = 43.09%
BLUE value IS 182 (71.48% from 255) = 50.28%
R=6.63%
G=43.09%
B=50.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal241561820.870.1400.29189.8776.740.39
Hex189CB657E01Dbe4d28
Octal302342661271603527611550
Binary11000100111001011011010101111110011101101111101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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