#188EC3

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

Shades of Pelorous #188EC3

Tints of Pelorous #188EC3

Color information

#188EC3 (or 0x188EC3) is unknown color: approx Pelorous. HEX triplet: 18, 8E and C3. RGB value is (24,142,195). Sum of RGB (Red+Green+Blue) = 24+142+195=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #188EC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EC3 is #E7713C. Grayscale: #707070. Windows color (decimal): -15167805 or 12815896. OLE color: 12815896.

HSL color Cylindrical-coordinate representation of color #188EC3: hue angle of 198.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188EC3 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB24142195-
CMYK0.880.2700.24
HSL198.6º78.08%42.94%-
HSV(B)198.6º87.69%76.47%-
XYZ19.923.4855.11-
YUV112.76174.4164.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.65%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 195 (76.56% from 255) = 54.02%
R=6.65%
G=39.34%
B=54.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241421950.880.2700.24198.678.0842.94
Hex188EC3581B018c74e2b
Octal302163031303303030711653
Binary110001000111011000011101100011011011000110001111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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