#188AB3

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

Shades of Pelorous #188AB3

Tints of Pelorous #188AB3

Color information

#188AB3 (or 0x188AB3) is unknown color: approx Pelorous. HEX triplet: 18, 8A and B3. RGB value is (24,138,179). Sum of RGB (Red+Green+Blue) = 24+138+179=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 138 (54.30% from 255 or 40.47% from 341); Blue value is 179 (70.31% from 255 or 52.49% from 341); Max value from RGB is 179 - color contains mainly: blue. Hex color #188AB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188AB3 is #E7754C. Grayscale: #6C6C6C. Windows color (decimal): -15168845 or 11766296. OLE color: 11766296.

HSL color Cylindrical-coordinate representation of color #188AB3: hue angle of 195.87º 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 #188AB3 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB24138179-
CMYK0.870.2300.30
HSL195.87º76.35%39.8%-
HSV(B)195.87º86.59%70.2%-
XYZ17.621.6345.89-
YUV108.59167.7367.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.04%
GREEN value IS 138 (54.30% from 255) = 40.47%
BLUE value IS 179 (70.31% from 255) = 52.49%
R=7.04%
G=40.47%
B=52.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241381790.870.2300.30195.8776.3539.8
Hex188AB3571701Ec44c28
Octal302122631272703630411450
Binary110001000101010110011101011110111011110110001001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,138,179); }

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

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

 a { background-color: rgb(24,138,179); }

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

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

 span { border-color: rgb(24,138,179); }

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