#188CBA

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

Shades of Pelorous #188CBA

Tints of Pelorous #188CBA

Color information

#188CBA (or 0x188CBA) is unknown color: approx Pelorous. HEX triplet: 18, 8C and BA. RGB value is (24,140,186). Sum of RGB (Red+Green+Blue) = 24+140+186=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #188CBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CBA is #E77345. Grayscale: #6E6E6E. Windows color (decimal): -15168326 or 12225560. OLE color: 12225560.

HSL color Cylindrical-coordinate representation of color #188CBA: hue angle of 197.04º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188CBA is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB24140186-
CMYK0.870.2500.27
HSL197.04º77.14%41.18%-
HSV(B)197.04º87.1%72.94%-
XYZ18.6222.549.82-
YUV110.56170.5766.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.86%
GREEN value IS 140 (55.08% from 255) = 40%
BLUE value IS 186 (73.05% from 255) = 53.14%
R=6.86%
G=40%
B=53.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal241401860.870.2500.27197.0477.1441.18
Hex188CBA571901Bc54d29
Octal302142721273103330511551
Binary110001000110010111010101011111001011011110001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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