#188EB2

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

Shades of Pelorous #188EB2

Tints of Pelorous #188EB2

Color information

#188EB2 (or 0x188EB2) is unknown color: approx Pelorous. HEX triplet: 18, 8E and B2. RGB value is (24,142,178). Sum of RGB (Red+Green+Blue) = 24+142+178=344 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.98% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 178 (69.92% from 255 or 51.74% from 344); Max value from RGB is 178 - color contains mainly: blue. Hex color #188EB2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188EB2 is #E7714D. Grayscale: #6E6E6E. Windows color (decimal): -15167822 or 11701784. OLE color: 11701784.

HSL color Cylindrical-coordinate representation of color #188EB2: hue angle of 194.03º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188EB2 is Cyan = 0.87, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB24142178-
CMYK0.870.2000.30
HSL194.03º76.24%39.61%-
HSV(B)194.03º86.52%69.8%-
XYZ18.0922.7545.56-
YUV110.82165.9166.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.98%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 178 (69.92% from 255) = 51.74%
R=6.98%
G=41.28%
B=51.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241421780.870.2000.30194.0376.2439.61
Hex188EB2571401Ec24c28
Octal302162621272403630211450
Binary110001000111010110010101011110100011110110000101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188EB2; }

 p { color: rgb(24,142,178); }

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

<style>
 a { background-color: #188EB2; }

 a { background-color: rgb(24,142,178); }

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

<style>
 span { border-color: #188EB2; }

 span { border-color: rgb(24,142,178); }

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