#188CC3

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

Shades of Pelorous #188CC3

Tints of Pelorous #188CC3

Color information

#188CC3 (or 0x188CC3) is unknown color: approx Pelorous. HEX triplet: 18, 8C and C3. RGB value is (24,140,195). Sum of RGB (Red+Green+Blue) = 24+140+195=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 140 (55.08% from 255 or 39.00% from 359); Blue value is 195 (76.56% from 255 or 54.32% from 359); Max value from RGB is 195 - color contains mainly: blue. Hex color #188CC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CC3 is #E7733C. Grayscale: #6F6F6F. Windows color (decimal): -15168317 or 12815384. OLE color: 12815384.

HSL color Cylindrical-coordinate representation of color #188CC3: hue angle of 199.3º 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 #188CC3 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB24140195-
CMYK0.880.2800.24
HSL199.3º78.08%42.94%-
HSV(B)199.3º87.69%76.47%-
XYZ19.6122.8955.01-
YUV111.59175.0765.53-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.69%
GREEN value IS 140 (55.08% from 255) = 39.00%
BLUE value IS 195 (76.56% from 255) = 54.32%
R=6.69%
G=39.00%
B=54.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal241401950.880.2800.24199.378.0842.94
Hex188CC3581C018c74e2b
Octal302143031303403030711653
Binary110001000110011000011101100011100011000110001111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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