#188BB3

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

Shades of Pelorous #188BB3

Tints of Pelorous #188BB3

Color information

#188BB3 (or 0x188BB3) is unknown color: approx Pelorous. HEX triplet: 18, 8B and B3. RGB value is (24,139,179). Sum of RGB (Red+Green+Blue) = 24+139+179=342 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.02% from 342); Green value is 139 (54.69% from 255 or 40.64% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #188BB3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BB3 is #E7744C. Grayscale: #6C6C6C. Windows color (decimal): -15168589 or 11766552. OLE color: 11766552.

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

Color convert

RGB24139179-
CMYK0.870.2200.30
HSL195.48º76.35%39.8%-
HSV(B)195.48º86.59%70.2%-
XYZ17.7521.9145.94-
YUV109.18167.467.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.02%
GREEN value IS 139 (54.69% from 255) = 40.64%
BLUE value IS 179 (70.31% from 255) = 52.34%
R=7.02%
G=40.64%
B=52.34%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal241391790.870.2200.30195.4876.3539.8
Hex188BB3571601Ec34c28
Octal302132631272603630311450
Binary110001000101110110011101011110110011110110000111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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